Difference between revisions of "NU32 Software"

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


* Text Editors
* Text Editors
** all platforms
*** http://www.vim.org/
*** https://www.gnu.org/software/emacs/
** for Mac
** for Mac
** for Windows
** for Windows
***https://notepad-plus-plus.org/
** for Linux
** for Linux
*** https://wiki.gnome.org/Apps/Gedit
**** Ubuntu: sudo apt-get install gedit
**** Arch: sudo pacman -S gedit
* Native C Compiler
* Native C Compiler
** for Mac
** for Mac
Line 15: Line 22:


** for Linux
** for Linux
*** Ubuntu: apt-get install build-essential
*** Ubuntu: sudo apt-get install build-essential
*** Arch: pacman -S base-devel
*** Arch: sudo pacman -S base-devel
* Make: The instructions for installing Native C Compiler also install make
* Make: The instructions for installing Native C Compiler also install make
* [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 00:25, 10 December 2015

Software

  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