forked from periscop/candl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (32 loc) · 943 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
* * * * * * * *
* Candl 0.5.0 *
* * * * * * * *
Install
-------
To install candl, PIPLib must be installed. Optionally, OpenScop library must
be installed to enable SCoP support.
$> ./configure --with-piplib=/path/to/piplib/install --with-scoplib=/path/to/scoplib/install
$> make
$> make install
Alternatively, to use bunled PIPLib and OpenScop library, follow following command
sequence:
$> ./get_submodules.sh
$> ./autogen.sh
$> ./configure --with-piplib=bundled --with-scoplib=bundled
$> make
$> make install
Alternative: Install with CMake
-------------------------------
$> mkdir build
$> cd build
$> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
$> make
$> make test
$> # make install # sudo make install # su -c "make install"
$> make doc
$> make doxygen
Support
-------
Please contact both:
Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>, maintainer
Cedric Bastoul <cedric.bastoul@inria.fr>, author