Skip to content

Platform: Debian 8.x PPC

Craig Minihan edited this page Jun 3, 2016 · 5 revisions

This guide is for Debian 8.x running on a PowerPC - most likely an Apple G4 or G5 based system.

As root install the following packages:

apt-get install gcc g++ make automake autoconf libtool
apt-get install git
apt-get install python-pip
apt-get install wget curl unzip
apt-get install libboost-all-dev
apt-get install zlib1g-dev
apt-get install pkg-config
apt-get install ruby lcov

Clone the libhttpserver repository, change to the directory and type make to build the library.

To run the tests type make test.

You can run the test web server after you have built the library. It is located in src/httpserver. The runnable files will be in the dist/Debug/GNU-Linux-x86 directory. Type ./httpserver and point your browser at port 10024 on the system running the web server, e.g. http://192.168.0.7:10024.

Clone this wiki locally