| | |
| | | cd build |
| | | ``` |
| | | |
| | | ## on Linux |
| | | ## build on Linux |
| | | |
| | | ```console |
| | | cmake .. -DCMAKE_INSTALL_PREFIX=../install |
| | |
| | | make install |
| | | ``` |
| | | |
| | | ## on Windows (with MSVC 2015) |
| | | ## build on Windows (with MSVC 2015) |
| | | |
| | | ```console |
| | | cmake .. -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT="{Folder where boost is}" -DCMAKE_INSTALL_PREFIX=../install |
| | |
| | | ## How to use |
| | | |
| | | The [examples](https://github.com/open-license-manager/examples) repository that shows various ways to integrate `open-licence-manager` into your project. |
| | | |
| | | |
| | | ## How to contribute |
| | | The project is not dead but we take our time to answer. The best interaction you can have with us is through the issue system. Have a look to the [contribution guidelines](CONTRIBUTING.md) |