mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
Update build instructions
This commit is contained in:
parent
d3535894c9
commit
09b53c654a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
<Invoke Make, Visual Studio, or whatever you would like to use>
|
||||
```
|
||||
|
||||
\*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`
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue