mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 06:34:15 -04:00
update build instructions to show how to use configure.py
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
build
|
||||
build (Win32)
|
||||
|
||||
```bash
|
||||
cp /path/to/twilight-princess.ciso orig/GZ2E01/.
|
||||
python3 ./configure.py
|
||||
ninja
|
||||
cmake -B build/dusk -G "Visual Studio 17 2022" -A Win32
|
||||
```
|
||||
|
||||
build (Linux/macOS)
|
||||
```bash
|
||||
cp /path/to/twilight-princess.ciso orig/GZ2E01/.
|
||||
python3 ./configure.py
|
||||
ninja
|
||||
cmake -B build/dusk -GNinja
|
||||
ninja -C build/dusk
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user