[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.3 CLooG Basic Installation
Once downloaded and unpacked (e.g. using the ‘tar -zxvf cloog-0.18.0-UNKNOWN.tar.gz’ command), you can compile CLooG by typing the following commands on the CLooG’s root directory:
-
./configure
-
make
- And as root:
make install
Alternatively, the latest development version can be obtained from the git repository:
-
git clone git://repo.or.cz/cloog.git
-
cd cloog
-
./get_submodules.sh
-
./autogen.sh
-
./configure
-
make
- And as root:
make install
Depending on which backend you want to use and where they are located, you may need to pass some options to the configure script, see section Optional Features.
The program binaries and object files can be removed from the
source code directory by typing make clean
. To also remove the
files that the configure
script created (so you can compile the
package for a different kind of computer) type make distclean
.
Both the CLooG software and library have been successfully compiled on the following systems:
- PC’s under Linux, with the
gcc
compiler, - PC’s under Windows (Cygwin), with the
gcc
compiler, - Sparc and UltraSparc Stations, with the
gcc
compiler.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on August 20, 2013 using texi2html 5.0.