Pic32book

From Mech
Revision as of 16:18, 11 January 2015 by MatthewElwin (talk | contribs)
Jump to navigationJump to search

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
    • emacs (Windows/Mac/Linux)
    • > sudo apt-get install emacs
  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)