From abd8a371973b048450699db7643aa5d1b33289a3 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 10 Aug 2024 21:00:59 -0400 Subject: [PATCH] update build instructions --- docs/build-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build-instructions.md b/docs/build-instructions.md index 299d63b4..b24d4526 100644 --- a/docs/build-instructions.md +++ b/docs/build-instructions.md @@ -5,6 +5,10 @@ For VSCode users, use the following CMake extensions - https://marketplace.visualstudio.com/items?itemName=twxs.cmake - https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools +Yaze uses CMake to build the project. If you are unexperienced with CMake, please refer to the [CMake documentation](https://cmake.org/documentation/). + +The gui editor is built using SDL2 and ImGui. For reference on how to use ImGui, see the [Getting Started](https://github.com/ocornut/imgui/wiki/Getting-Started) guide. For SDL2, see the [SDL2 documentation](https://wiki.libsdl.org/). + For those who want to reduce compile times, consider installing the dependencies on your system. ## Windows