[go: up one dir, main page]

Menu

[r260]: / gizmod3 / INSTALL  Maximize  Restore  History

Download this file

21 lines (14 with data), 398 Bytes

Gizmo Daemon -- (c) 2007 Tim Burrell
=----------= -- [tim [dot] burrell [at] gmail [dot] com]

http://gizmod.sourceforge.net

INSTALL
=-----=

For detailed installation instructions please see the Gizmo Daemon web 
site.

The basics are as follows:

tar jxvf gizmod-X.x.tar.bz2
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc ../gizmod-X.x
make
sudo make install