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
18 Alternatively, to use bunled PIPLib and OpenScop library, follow following command
21 $> ./get_submodules.sh
25 $> ./configure --with-piplib=bundled --with-scoplib=bundled
31 Alternative: Install with CMake
32 -------------------------------
36 $> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
39 $> # make install # sudo make install # su -c "make install"
48 Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>, maintainer
49 Cedric Bastoul <cedric.bastoul@inria.fr>, author