~ubuntu-branches/ubuntu/utopic/cloog/utopic

« back to all changes in this revision

Viewing changes to osl/README

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-26 14:21:11 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140226142111-vsbb1isby30uundd
Tags: 0.18.2-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
* * * * * * * * * * * * * *
2
 
* OpenScop Library  0.5.0 *
3
 
* * * * * * * * * * * * * *
4
 
 
5
 
Install with Makefile
6
 
---------------------
7
 
 
8
 
$> ./autogen.sh
9
 
$> ./configure
10
 
$> make 
11
 
$> make install
12
 
 
13
 
 
14
 
Alternative: Install with CMake
15
 
-------------------------------
16
 
 
17
 
$> mkdir build
18
 
$> cd build
19
 
$> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
20
 
$> make
21
 
$> make test
22
 
$> # make install # sudo make install # su -c "make install"
23
 
$> make doc
24
 
 
25
 
 
26
 
Support
27
 
-------
28
 
 
29
 
Please contact:
30
 
openscop-development@googlegroups.com