Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
= Software =
= Software =
Note to Linux users: most of this software is likely available via your distribution's package manager.

* 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)
** [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac)
** [https://notepad-plus-plus.org/ Notepad++] (Windows)
** [https://notepad-plus-plus.org/ Notepad++] (Windows)
** [https://wiki.gnome.org/Apps/Gedit Gedit] (Linux/All)
** [https://wiki.gnome.org/Apps/Gedit Gedit] (All)
** [http://www.vim.org/ vim] (All)
** [http://www.vim.org/ vim] (All)
** [https://www.gnu.org/software/emacs/ emacs] (All)
** [https://www.gnu.org/software/emacs/ emacs] (All)

Revision as of 18:11, 11 December 2015

Software

  • Make
    • Distributed with Xcode (Mac)
    • Distributed with MSYS, obtained via MinGW (Windows)
    • make (Linux)