From 09b53c654a3239394384b8aa433cee273a890fde Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:19:11 +0300 Subject: [PATCH] Update build instructions --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fd5f9683..4117de43 100644 --- a/readme.md +++ b/readme.md @@ -37,11 +37,13 @@ All you need is CMake and a generator of your choice (Make, Visual Studio, Ninja git clone https://github.com/wheremyfoodat/Panda3DS --recursive cd Panda3DS && mkdir build && cd build -cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like +cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_USER_BUILD=ON # Set up compilers etc here if you'd like ``` +\*If you want to contribute to the project, you may not want to enable the ENABLE_USER_BUILD option and instead familiarize yourself with the various CMake options provided in the root CMakeLists.txt + # How to use Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument like: `Alber.exe MyGame.3ds`