Difference between revisions of "Get the MNE-CPP source code"
From MNE-CPP Wiki
Line 7: | Line 7: | ||
# If Git is not installed on your local machine, download Git for [https://git-scm.com/download/win Windows] or [https://git-scm.com/download/mac Mac] and install it. | # If Git is not installed on your local machine, download Git for [https://git-scm.com/download/win Windows] or [https://git-scm.com/download/mac Mac] and install it. | ||
# Clone your forked (Git Hub) repository to your local machine. There are two ways to do this: | # Clone your forked (Git Hub) repository to your local machine. There are two ways to do this: | ||
− | #:* Option 1 | + | #:* Option 1 (for newcomer users): Make use of a Git GUI client, such as [https://tortoisegit.org/download/ Tortoise Git] (Windows) or [http://git-cola.github.io/ Git-Cola] (Windows, Linux, Mac). |
− | + | #:* Option 2 (for more experienced users): Make use of the Git commands via the command console. | |
− | + | ||
− | #:*: | + | |
− | + | ||
# You now have the latest MNE-CPP source code on your remote Git Hub and local machine. | # You now have the latest MNE-CPP source code on your remote Git Hub and local machine. |
Revision as of 19:33, 4 January 2016
This page will show you how to find the latest MNE-CPP source code, install necessary development tools and fork/copy the code to your own Git Hub account:
- Fork the repository from the main repository (mne-tools/mne-cpp).
- Go to the Git Hub website and sign into your Git Hub account.
- Go to the MNE-CPP's Git Hub website.
- Click on the upper right Fork button. This will copy the main repository to your own Git Hub account. This is the code you can now work with, without breaking the project's main code.
- If Git is not installed on your local machine, download Git for Windows or Mac and install it.
- Clone your forked (Git Hub) repository to your local machine. There are two ways to do this:
- Option 1 (for newcomer users): Make use of a Git GUI client, such as Tortoise Git (Windows) or Git-Cola (Windows, Linux, Mac).
- Option 2 (for more experienced users): Make use of the Git commands via the command console.
- You now have the latest MNE-CPP source code on your remote Git Hub and local machine.