Install Git and get source files

Download and install the latest version of Git.
Windows:  https://git-scm.com/download
Linux:  sudo apt-get install git-all
All the source files are available on GitHug: https://github.com/JFDuval/FlexSEA. I’m currently working out of the Experimental branch: https://github.com/JFDuval/FlexSEA/tree/experimental
Navigate to where you want to put your working directory (/Documents/ is a good choice) and create an empty directory named FlexSEA-Git-Exp (name doesn’t matter).
Windows only:  Right click on this directory and select “Git Bash Here”. It will open a special terminal that works just like your typical Linux terminal.
Type git clone -b experimental https://github.com/JFDuval/FlexSEA/. It will download a copy of the experimental branch (that’s what -b experimental does) of the sources to your computer. Open that directory, and you should see FlexSEA, containing all the sub-projects.
Please refer to Software tips and tricks if you have Git questions.