Add const typedef for generic
[openscop.git] / README
blob81a8c075564a253661ecc5228e0f9129cf657e58
1 * * * * * * * * * * * * * *
2 * OpenScop Library  0.5.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