Clean checking system and add valcheck (check with Valgrind)
[candl.git] / README
blob864d102169653828d5a97e6549106158c049a5bd
1 * * * * * * * *
2 * Candl 0.5.0 *
3 * * * * * * * *
5 Install
6 -------
8 To install candl, PIPLib must be installed. Optionally, OpenScop library must
9 be installed to enable SCoP support.
11 $> ./configure --with-piplib=/path/to/piplib/install --with-scoplib=/path/to/scoplib/install
13 $> make
15 $> make install
18 Alternatively, to use bunled PIPLib and  OpenScop library, follow following command
19 sequence:
21 $> ./get_submodules.sh
23 $> ./autogen.sh
25 $> ./configure --with-piplib=bundled --with-scoplib=bundled
27 $> make
29 $> make install
31 Alternative: Install with CMake
32 -------------------------------
34 $> mkdir build
35 $> cd build
36 $> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
37 $> make
38 $> make test
39 $> # make install # sudo make install # su -c "make install"
40 $> make doc
41 $> make doxygen
44 Support
45 -------
47 Please contact both:
48  Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>, maintainer
49  Cedric Bastoul <cedric.bastoul@inria.fr>, author