Merge branch 'master' of github.com:periscop/openscop
[openscop.git] / README
blobc5f639f8a473b7917de50c217284246784709fa1
1 * * * * * * * * * * * * * *
2 * OpenScop Library  0.9.0 *
3 * * * * * * * * * * * * * *
5 Install with Makefile
6 ---------------------
8 $> ./autogen.sh
9 $> ./configure
10 $> make 
11 $> make install
14 Alternative: Install with CMake
15 -------------------------------
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
26 Support
27 -------
29 Please contact:
30 openscop-development@googlegroups.com