RUG/Pennsylvania/State College/RepSnapper

From RepRap
Revision as of 19:23, 15 September 2011 by Joshj (talk | contribs) (Created page with '=== Ubuntu Linux === One of our machines runs Ubuntu linux 10.10. Here is how we installed repsnapper 1.1.x: Note: The machine is not connected to the internet, so packages are…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ubuntu Linux

One of our machines runs Ubuntu linux 10.10. Here is how we installed repsnapper 1.1.x:

Note: The machine is not connected to the internet, so packages are transferred using Synaptic's "Generate Download Script" option on a separate computer.

The following packages were required, as listed by the readme:

build-essential fluid libgtk2.0-dev libfltk1.1 libfltk1.1-dev libglut3 libglut3-dev libboost-thread-dev libboost-system-dev libconfig++8-dev libconfig8-dev

In addition, libglib2.0-dev was required.

The codebase was downloaded using Git on a windows pc: git clone git://github.com/timschmidt/repsnapper.git -b repsnapper-1.1.x