Get the MNE-CPP source code
From MNE-CPP Wiki
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 TortoiseGit (Windows) or Git-Cola (Windows, Linux, Mac). See below for a TortoiseGit screenshot guide:
- 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.