|
|
@@ -6,7 +6,7 @@ rlImgui provides a backend for [Dear ImGui](https://github.com/ocornut/imgui) us
|
|
|
|
|
|
# Building
|
|
|
the rlImGui repository itself is setup to use premake to generate a static library and examples for Visual Studio 2019. Premake can also be used to generate makefiles for linux. rlImGui can be used as a static library, or by direclty including the files into your game project.
|
|
|
-Preamke is not required to use rlImGui, it is simply just what is used for development.
|
|
|
+Premake is not required to use rlImGui, it is simply just what is used for development.
|
|
|
|
|
|
## Other Systems
|
|
|
rlImGui has no dependencies other than raylib and imgui. If you want to use any other build system, you can simply just build rlImGui and ImGui into a library, or even add the files direclty to your game if it can use C++ code. There are no specific build requirements for rlImgui itself.
|