Welcome! Log In Create A New Profile

Advanced

Repetier-Server

Posted by NathanSB 
Repetier-Server
May 08, 2014 06:32PM
Hi there, I have already posted this question in another forum section but I have just seen this section and figured it would be better suited here.

I have been having some trouble getting Repetier-Server installed on my Raspberry Pi (Model B Rev 2).

I have performed the following commands:

sudo apt-get install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install git

I have cloned the git repository using:

git clone git://github.com/repetier/Repetier-Server.git

From there I entered the Repetier-Server using:

cd Repetier-Server

Then made the 'build' directory using:

mkdir build

Then I moved in to the 'build' directory using:

cd build

After this point is where I begin having issues. I try to run the following command:

cmake ..

It appears to work however it returns the following:

Unable to find the Boost header files. Please set BOOST_ROOT to the root directo ry containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's head ers.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/Repetier-Server/build

I then tried to use 'make' and it returns the following:

pi@raspberrypi ~/Repetier-Server/build $ make
Scanning dependencies of target RepetierServer
[ 5%] Building CXX object CMakeFiles/RepetierServer.dir/Repetier-Server/main.cp p.o
/home/pi/Repetier-Server/Repetier-Server/main.cpp:21:37: fatal error: boost/prog ram_options.hpp: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/RepetierServer.dir/Repetier-Server/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/RepetierServer.dir/all] Error 2
make: *** [all] Error 2

I would greatly appreciate some clarification on the installation process for Repetier-Server.

Nathan
Re: Repetier-Server
May 12, 2014 02:31AM
You need to install boost libraries first. It is easier if you use the prebuild version for Pi

[www.repetier.com]


Repetier-Software - the home of Repetier-Host (Windows, Linux and Mac OS X) and Repetier-Firmware.
Repetier-Server - the solution to control your printer from everywhere.
Visit us on Facebook and Twitter!
Sorry, only registered users may post in this forum.

Click here to login