H3 { color: green; } TH { bgcolor: #F0F0F0; }
CaliFloPP |
CaliFloPP download and installation |
---|
OS Requirements: Download and installation: Previous versions:
Installation of
CaliFloPP needs a C++ compiler.
tar xf califlopp-3.3.tar.gz
This command creates a directory named "califlopp-3.3".
./configure [--bindir <bindir>]
<bindir> stands for the absolute pathname of the directory
where the executables will be installed.
By default /usr/local/bin
make
make check
make install
make clean
make distclean
For more details,
-
type ./configure --help
-
read the file INSTALL
-
read the installation guide in
doc/manual/manual.pdf.