RepSnapper Manual:Installation

From RepRap
Revision as of 21:54, 19 February 2010 by TheOtherRob (talk | contribs) (RepSnapper Download)
Jump to: navigation, search
RepSnapper Manual

Windows Installation

  1. download RepSnapper.exe here
  2. run RepSnapper using RepSnapper.exe (you will need OpenGL)

Non-Windows Installation

Dependancy Installation

Although RepSnapper is not generally tested outside of window/linux/mac you may be able to get it running on other OS's. To do so you will need the following:

  • gcc and stuff
  • OpenGL
  • libfltk1.1
  • libfltk1.1-dev
  • libglut3
  • libglut3-dev
  • libboost1.37 and -dev (or higher version)

Linux

Debian/Ubuntu

sudo apt-get install build-essential libfltk1.1 libfltk1.1-dev libglut3 libglut3-dev libboost1.38-dev

OS-X

This page is a stub, you can help RepRap by expanding it

RepSnapper Download

You can download the RepSnapper source from svn here

RepSnapper Installation

Linux

cd Libraries/xml/
make
cd ../../Src/
rm *.o ; make
make

OS-X

This page is a stub, you can help RepRap by expanding it