Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
* Text Editors
* Text Editors
** all platforms
** all platforms
*** [http://www.vim.org/ vim]
*** [http://www.vim.org/ vim]
**** Ubuntu: sudo apt-get install vim
**** Ubuntu: sudo apt-get install vim
**** Arch: sudo pacman -S vim
**** Arch: sudo pacman -S vim
Line 14: Line 14:
*** [https://notepad-plus-plus.org/ Notepad++]
*** [https://notepad-plus-plus.org/ Notepad++]
** for Linux
** for Linux
*** https://wiki.gnome.org/Apps/Gedit
*** [https://wiki.gnome.org/Apps/Gedit Gedit]
**** Ubuntu: sudo apt-get install gedit
**** Ubuntu: sudo apt-get install gedit
**** Arch: sudo pacman -S gedit
**** Arch: sudo pacman -S gedit

Revision as of 00:29, 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
      • Gedit
        • Ubuntu: sudo apt-get install gedit
        • Arch: sudo pacman -S gedit
  • 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