From 0b52ca15b51ed6858fcaa6ad75d18aa20d9d6bb0 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 19 Apr 2023 17:21:33 -0400 Subject: add to build system to readme --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 45e767b..d1ce5f7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,4 @@ + # Rodeo Kit @@ -35,6 +36,15 @@ The goal of this style of design approach is to avoid over-thinking of future de - Implemented logging system with 3 different levels(info, warn, error). - System allows for setting your own logging function instead if the default "print to console" is not desired. +### Build System + +- CMake build system which manages pulling dependencies from git-submodules and building them automatically as required. +- Builds for both desktop(Linux) and web(Emscripten) platforms. + +#### Build System To-Do + +- Build for the Windows desktop platform. + ## Short-Term Roadmap ### Sound @@ -52,3 +62,4 @@ The goal of this style of design approach is to avoid over-thinking of future de - Bindings to an embedded version of Ruby known as mruby. - Create bindings directly to C versions of functions. - Create comfortable API on top of the direct bindings. + -- cgit v1.2.3