User Interface Software based on the GLRenderer library
First clone GLRenderer.
git clone https://github.com/Thomas-Zorroche/GLRenderer.git
Then build GLRenderer and make sure there is the .lib file in install folder
cd GLRenderer
mkdir build && cd build
cmake ..
You need to have GLRenderer/install/Debug in your PATH environment variable.
Now clone Oryon and build it with this command
git clone https://github.com/Thomas-Zorroche/Oryon.git
cd Oryon
mkdir build && cd build
cmake .. -DCMAKE_GLRENDERER_DIR=absolute_path_of_GLRenderer_directory
Finally, you should be able to run Oryon with the GLRenderer library.