--disable-server or --disable-client-lib. Building the client only requires less 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 --prefix=/usr $ make # run as root: $ make install
Mac OS X users also have to issue the following command for the installed executable:
$ /Developer/Tools/Rez Carbon.r -o /path/to/peekabot
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.6