NU32 Software

From Mech
Revision as of 18:04, 11 December 2015 by MatthewElwin (talk | contribs)
Jump to navigationJump to search

Software

  • Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)
  • Native C Compiler
    • for Mac
    • for Windows
      • MinGW
      • After downloading the installer:
        1. Select mingw32-base and choose "mark for installation"
        2. Select msys-base and choose "mark for installation"
        3. In the file menu select Installation->Apply Changes
    • for Linux
      • Ubuntu: sudo apt-get install build-essential
      • Arch: sudo pacman -S base-devel