--disable-server and --disable-client-lib respectively. Building only the client requires fewer dependencies.Before starting the installation, make sure your system has all the dependencies listed below installed:
peekabot leverages GNU Autoconf and friends for building - if you've ever used open source software on a unix you're probably already familiar with them. The usual ./configure, make, make install-ritual usually does the trick:
$ tar xvzpf peekabot-x.y.z.tar.gz $ cd peekabot-x.y.z $ ./configure $ make $ make install (as root!)
If everything went according to plan, you should be able to start the peekabot server by typing peekabot in your terminal.
--enable-examples flag.
If configuring fails, ./configure --help lists options that you might be able to use to solve your problem.
1.5.8