Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 2: Line 2:


* Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)
* Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)
** [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac)
** for Mac
** [https://notepad-plus-plus.org/ Notepad++] (Windows)
*** [http://www.barebones.com/products/textwrangler/ TextWrangler]
** [https://wiki.gnome.org/Apps/Gedit Gedit] (Linux/All)
** for Windows
*** Ubuntu: sudo apt-get install gedit
*** [https://notepad-plus-plus.org/ Notepad++]
*** Arch: sudo pacman -S gedit
** for Linux
*** [https://wiki.gnome.org/Apps/Gedit Gedit]
** [http://www.vim.org/ vim] (All)
**** Ubuntu: sudo apt-get install gedit
*** Ubuntu: sudo apt-get install vim
**** Arch: sudo pacman -S gedit
*** Arch: sudo pacman -S vim
** [https://www.gnu.org/software/emacs/ emacs] (All)
** all platforms
** Ubuntu: sudo apt-get install emacs
*** [http://www.vim.org/ vim]
**** Ubuntu: sudo apt-get install vim
*** Arch: sudo pacman -S emacs
** [https://atom.io/ atom] (All)
**** Arch: sudo pacman -S vim
*** [https://www.gnu.org/software/emacs/ emacs]
**** Ubuntu: sudo apt-get install emacs
**** Arch: sudo pacman -S emacs
*** [https://atom.io/ atom]


* Native C Compiler
* Native C Compiler

Revision as of 18:03, 11 December 2015

Software

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