NU32 Software

From Mech
Revision as of 18:15, 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
  • Make
    • Distributed with Xcode (Mac)
    • Distributed with MSYS, obtained via MinGW (Windows)
    • make (Linux)
    • sudo apt-get install build-essential (Ubuntu/Debian)
    • sudo pacman -S base-devel (Arch)