Skip to content

UBERTC/osl

Repository files navigation

* * * * * * * * * * * * * *
* OpenScop Library  0.9.0 *
* * * * * * * * * * * * * *

Install with Makefile
---------------------

$> ./autogen.sh
$> ./configure
$> 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


Support
-------

Please contact:
[email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages