User Interface Software based on the GLRenderer library
First clone GLRenderer.
git clone https://github.com/Thomas-Zorroche/GLRenderer.gitThen 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_directoryFinally, you should be able to run Oryon with the GLRenderer library.