Hirie is a simple graphic engine written in c++.
Dependencies | |
---|---|
clang/clang++ | |
cmake | |
SDL2 |
mkdir build
cd build
cmake ..
cmake --build .
The library file can be found in build/bin/
cd build
cmake --install .
After building the library and not necessarily installing it:
cd examples
mkdir build
cd build
cmake ..
cmake --build .
All the resulting binaries can be found in the build directory.