main
status
design
compiling
plugins
|
Compiling rupicapra
How does one compile rupicapra?
- Get and install all dependencies.
- Get the source (either CVS or a release)
- If you got the CVS source execute autogen.sh (from the main source
dir, this will create configure)
- execute cinfigure, use --prefix to tell rupicapra where you want to
install it, and if you want to help in debugging use --enable-debug
-
Execute make, and make install to compile and intall rupicapra.
|