Difference between revisions of "Pic32book"

From Mech
Jump to navigationJump to search
Line 7: Line 7:
#* [http://www.barebones.com/products/textwrangler/download.html TextWrangler] (Mac
#* [http://www.barebones.com/products/textwrangler/download.html TextWrangler] (Mac
#* [http://wiki.gnome.org/Apps/Gedit Gedit] (Windows/Mac/Linux)
#* [http://wiki.gnome.org/Apps/Gedit Gedit] (Windows/Mac/Linux)
#* > sudo apt-get install gedit (Ubuntu)
#** > sudo apt-get install gedit (Ubuntu)
#* [http://vim.org vim] (Windows/Mac/Linux)
#* [http://vim.org vim] (Windows/Mac/Linux)
#* > sudo apt-get install vim-gtk
#** > sudo apt-get install vim-gtk (Ubuntu)
#* [http://www.gnu.org/software/emacs/emacs emacs] (Windows/Mac/Linux)
#* [http://www.gnu.org/software/emacs/emacs emacs] (Windows/Mac/Linux)
#* > sudo apt-get install emacs
#** > sudo apt-get install emacs (Ubuntu)
# The Native C compiler
# The Native C compiler
#* [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows)
#* [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows)
Line 22: Line 22:
#* Your distribution's package manger (Linux)
#* Your distribution's package manger (Linux)
#** Already installed with gcc (Ubuntu)
#** Already installed with gcc (Ubuntu)
# [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ Microchip XC32 compiler]
# [http://www.microchip.com/pagehandler/en_us/devtools/mplabharmony/home.html MPLAB Harmony]

Revision as of 16:20, 11 January 2015

Welcome to the webpage for the <Title TBD> book about the PIC32 and mechatronics.

Chapter 1: Quickstart

  1. Text editors (Choose one)
    • Notepad++ (Windows)
    • TextWrangler (Mac
    • Gedit (Windows/Mac/Linux)
      • > sudo apt-get install gedit (Ubuntu)
    • vim (Windows/Mac/Linux)
      • > sudo apt-get install vim-gtk (Ubuntu)
    • emacs (Windows/Mac/Linux)
      • > sudo apt-get install emacs (Ubuntu)
  2. The Native C compiler
    • MinGW (Windows)
    • Xcode (Mac)]
    • Your distribution's package manager (Linux)
      • > sudo apt-get install build-essential (Ubuntu)
  3. Make
    • gnuWin32 Make (Windows)
    • Already installed with Xcode (Mac)
    • Your distribution's package manger (Linux)
      • Already installed with gcc (Ubuntu)
  4. Microchip XC32 compiler
  5. MPLAB Harmony