Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 22: Line 22:
** for Mac
** for Mac
** for Windows
** for Windows
*** [http://www.mingw.org/wiki/Getting_Started MinGW] - download [https://sourceforge.net/projects/mingw/files/latest/download mingw-get-setup.exe]
*** [http://www.mingw.org/wiki/Getting_Started MinGW]
*** After downloading the installer:
*** After downloading the installer:
***# Select mingw32-base and choose "mark for installation"
***# Select mingw32-base and choose "mark for installation"

Revision as of 17:59, 11 December 2015

Software

  • Text Editors (these are just suggestions; feel free to use any text editor you are comfortable with)
    • for Mac
    • for Windows
    • for Linux
      • Gedit
        • Ubuntu: sudo apt-get install gedit
        • Arch: sudo pacman -S gedit
    • all platforms
      • vim
        • Ubuntu: sudo apt-get install vim
        • Arch: sudo pacman -S vim
      • emacs
        • Ubuntu: sudo apt-get install emacs
        • Arch: sudo pacman -S emacs
      • atom
  • 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