Difference between revisions of "Pic32book"

From Mech
Jump to navigationJump to search
(The official webpage for the mechatronicsbook.)
 
Line 1: Line 1:
Welcome to the webpage for the <Title TBD> book about the PIC32 and mechatronics.
Welcome to the webpage for the <Title TBD> book about the PIC32 and mechatronics.


A note to Linux users: most of this software may be available via your distribution's package manager.
Here is the software for the Chapter 1: Quickstart
== Chapter 1: Quickstart ==
1.

2.
# Text editors (Choose one)
3.
#* [http://notepad-plus-plus.org/ Notepad++] (Windows)
4.
#* [http://www.barebones.com/products/textwrangler/download.html TextWrangler] (Mac
5.
#* [http://wiki.gnome.org/Apps/Gedit Gedit] (Windows/Mac/Linux)
#* [http://vim.org vim] (Windows/Mac/Linux)
#* [http://www.gnu.org/software/emacs/emacs emacs] (Windows/Mac/Linux)
# The gcc compiler
*#. [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows)
*#. [http://developer.apple.com/xcode Xcode] (Mac)]
*#. Your distribution's package manager
*** sudo apt-get install (Ubuntu)
*** sudo pacman -S gcc (archlinux)

*#.
*#.

Revision as of 16:06, 11 January 2015

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

A note to Linux users: most of this software may be available via your distribution's package manager.

Chapter 1: Quickstart

  1. Text editors (Choose one)
  2. The gcc compiler
*#. MinGW (Windows)
*#. Xcode (Mac)]
*#. Your distribution's package manager
 *** sudo apt-get install (Ubuntu)
 *** sudo pacman -S gcc (archlinux)
*#.
*#.