Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 727 Bytes

Oryon

User Interface Software based on the GLRenderer library

Screenshots

screenshot01

Start Oryon

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.