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] (Linux/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)
Line 15: Line 16:


* Make
* Make
** Distributed with Xcode (Mac)
** [https://www.gnu.org/software/make/ make]
** Distributed with MSYS, obtained via MinGW (Windows)
** [https://www.gnu.org/software/make/ make] (Linux)


* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler]
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler]

Revision as of 18:10, 11 December 2015

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)
  • Make
    • Distributed with Xcode (Mac)
    • Distributed with MSYS, obtained via MinGW (Windows)
    • make (Linux)