forked from synthetos/g2
-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling g2core on Linux and OS X (command line)
Alden Hart edited this page Aug 27, 2016
·
1 revision
-
Linux (Ubuntu-based)
sudo apt-get install git-core make
-
OS X - If you don't already have Xcode command line tools installed (it doesn't hurt to run it again):
xcode-select --install
- See Getting Started with G2core → Cloning the Repo if you haven't already.
cd g2/g2core
make CONFIG=TestV9
- See Adding and Revising Boards for explanation of the available
make
options.
Getting Started Pages
- Home
- What is g2core?
- Getting Started with g2core
- Connecting to g2core
- Configuring g2core
- Flashing g2core
- Chilipeppr
Reference Pages
- Gcode Support
- Text Mode
- JSON Communications
- Digital IO (GPIO)
- Alarms & Exceptions
- Coordinate Systems
- Status Reports
- Status Codes
- Arduino Due Pinout
- G2 Communications
Discussion Topics
Developer Pages