This is the source repository for the 2018 RoboJackets Software training program.
- Week 1
- Week 1
- Git
- Ubuntu: “sudo apt install git”
- All other OSes: https://git-scm.com/downloads
- Install to the default location
- If it asks for a default text editor, choose something from the list that you know how to use. If you aren’t familiar with any of them, choose “nano”
- Leave all other options as the default
- To use Git in Linux or Mac, open a terminal. In Windows, you will need to launch the Git Bash program
- Windows only: MinGW
- Download mingw-get-setup.exe
- Leave the default installation location and related settings
- Mark base-bin and gcc-g++-bin for installation
- Installation -> apply
- JetBrains CLion
- You can get a JetBrains student account for free, or use the 30-day trial for now
- Use the default install settings
- Make sure that the build/toolchain plugin can find your C++ compiler, C compiler, and “make” that you installed through MinGW
- If Windows Defender gets in the way of this, you may have to exclude MinGW from scanning and/or shut off Defender entirely :(
- Navigate to the
./slides
directory - Install cask.
- Run these commands
cask install make
- Output will be placed in the
html/
directory, at the root