RepSnapper Manual:Installation

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

Dependancy Installation

*nix

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)

Windows

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

Linux

Debian/Ubuntu

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

Fedora/Other RPM Distros

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

RepSnapper Download

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

RepSnapper Installation

Windows

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

Linux

cd Libraries/xml/
make
cd ../../Src/
make

OSX

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