Difference between revisions of "NU32 Software"
From Mech
Jump to navigationJump to searchMatthewElwin (talk | contribs)  | 
				MatthewElwin (talk | contribs)   | 
				||
| Line 4: | Line 4: | ||
** all platforms  | 
  ** all platforms  | 
||
*** http://www.vim.org/  | 
  *** http://www.vim.org/  | 
||
**** Ubuntu: sudo apt-get install vim  | 
|||
**** Arch: sudo pacman -S vim  | 
|||
*** https://www.gnu.org/software/emacs/  | 
  *** https://www.gnu.org/software/emacs/  | 
||
**** Ubuntu: sudo apt-get install emacs  | 
|||
**** Arch: sudo pacman -S emacs  | 
|||
** for Mac  | 
  ** for Mac  | 
||
** for Windows  | 
  ** for Windows  | 
||
Revision as of 23:26, 9 December 2015
Software
- Text Editors
- all platforms
- http://www.vim.org/
- Ubuntu: sudo apt-get install vim
 - Arch: sudo pacman -S vim
 
 - https://www.gnu.org/software/emacs/
- Ubuntu: sudo apt-get install emacs
 - Arch: sudo pacman -S emacs
 
 
 - http://www.vim.org/
 - for Mac
 - for Windows
 - for Linux
- https://wiki.gnome.org/Apps/Gedit
- Ubuntu: sudo apt-get install gedit
 - Arch: sudo pacman -S gedit
 
 
 - https://wiki.gnome.org/Apps/Gedit
 
 - all platforms
 - Native C Compiler
- for Mac
 - for Windows
- MinGW
 - After downloading the installer:
 
 
 
- Select mingw32-base and choose "mark for installation"
 - Select msys-base and choose "mark for installation"
 - In the file menu select Installation->Apply Changes
 
- for Linux
- Ubuntu: sudo apt-get install build-essential
 - Arch: sudo pacman -S base-devel
 
 
- for Linux
 - Make: The instructions for installing Native C Compiler also install make
 - The Microchip XC32 Compiler
 - MPLAB Harmony
 - FTDI Virtual COM Port Driver
 - PuTTY Terminal Emulator for Windows (use "screen" on Linux and the Terminal program on a Mac)
 - Full Book Source Code (November 2015) (The 01_Quickstart directory contains the PIC32Quickstart code mentioned in the book.)