Difference between revisions of "Get the MNE-CPP source code"
From MNE-CPP Wiki
(Created page with "# Fork the repository from the main repository (mne-tools/mne-cpp). ## Go to the [https://github.com Git Hub website] and sign into your Git Hub account. ## Go to the [https:/...") |
(No difference)
|
Revision as of 19:10, 4 January 2016
- 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.
- Git clone your forked remote (Git Hub) repository to your local machine. There are two ways to do this:
- Option 1: Make use of the Git commands via the command console.
- Option 2: Make use of a Git GUI client, such as Tortoise Git (Windows) or (Mac).