Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 12: Line 12:
** for Mac
** for Mac
** for Windows
** for Windows
***https://notepad-plus-plus.org/
*** [https://notepad-plus-plus.org/ Notepad++]
** for Linux
** for Linux
*** https://wiki.gnome.org/Apps/Gedit
*** https://wiki.gnome.org/Apps/Gedit

Revision as of 00:28, 10 December 2015

Software

  • Text Editors
    • 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
    • for Mac
    • for Windows
    • for Linux
  • 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