about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md index 83525dd..1e9b2a5 100644 --- a/README.md +++ b/README.md
@@ -10,3 +10,14 @@ Releases of the tracker can be found [on the releases page](https://code.fourisl
10## Acknowledgments 10## Acknowledgments
11 11
12Thanks to Kinrah for making the subway map image! 12Thanks to Kinrah for making the subway map image!
13
14## Building
15
16To build the app:
17
181. Clone the repository including submodules: `git clone --recursive https://code.fourisland.com/lingo-ap-tracker`
192. Put [LL1.yaml from archipelago](https://github.com/ArchipelagoMW/Archipelago/raw/main/worlds/lingo/data/LL1.yaml) in ./assets
203. Put [ids.yaml from archipelago](https://github.com/ArchipelagoMW/Archipelago/raw/main/worlds/lingo/data/ids.yaml) in ./assets
214. Configure the project: `cmake --preset=lingo-ap-tracker-preset`
225. Build the application in debug mode: `cmake --build --preset=lingo-ap-tracker-preset`
236. (Optional) Build the application in release mode: `cmake --build --preset=x64-release-preset` \ No newline at end of file