diff options
| author | 0undefined <oscar@nelin.dk> | 2025-05-03 10:13:35 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-05-03 10:13:35 +0000 |
| commit | 6444085431b632dd4a451ad69fefdb2ab165326f (patch) | |
| tree | 6fb980c60de3f5fcdea646144b988dbbffc265be | |
| parent | 9462755ba43010c58a6922f5da3dbfbbadace375 (diff) | |
Add some details to README
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,6 +5,9 @@ This repo serves as testing grounds for feature development of the daw engine. Building requirenments are the same as the engine itself, ie. assimp, glad, glfw, and stb. +I strive to keep this branch as compatible as possible with the latest version +of the [engine](https://codeberg.org/onelin/daw). + building currently requires building as shared library / debug build: ``` @@ -12,7 +15,10 @@ cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug cmake --build build ``` -running: +You can replace "Debug" with "Release" for a release version. + +Because the debug build uses hot reloading, we need to set `LD_LIBRARY_PATH` to +our build folder before running: ``` LD_LIBRARY_PATH=build ./build/rogue ``` |
