about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-09-24 10:23:04 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-09-24 10:23:04 -0400
commite6a62714995f50fafab9e877c35c2882a0cea1a5 (patch)
tree9c7a6a912a5c63bf9e0dcaeddbdd644e3b4a9aef /README.md
parenta3d5e37e923acd2dcc8da4e56916a4feaebcb1ba (diff)
downloadlingo-ap-tracker-e6a62714995f50fafab9e877c35c2882a0cea1a5.tar.gz
lingo-ap-tracker-e6a62714995f50fafab9e877c35c2882a0cea1a5.tar.bz2
lingo-ap-tracker-e6a62714995f50fafab9e877c35c2882a0cea1a5.zip
Added acknowledgements + more info to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index f03e960..1fbbc2f 100644 --- a/README.md +++ b/README.md
@@ -9,7 +9,9 @@ Releases of the tracker can be found [on the releases page](https://code.fourisl
9 9
10## Acknowledgments 10## Acknowledgments
11 11
12Thanks to Kinrah for making the subway map image! 12* Brenton Wildes: Created Lingo, and drew some of the images used in the tracker.
13* Kinrah: Made the subway map image.
14* art0007i: Contributed to the display of the subway map.
13 15
14## Building 16## Building
15 17
@@ -21,3 +23,5 @@ To build the app:
214. Configure the project: `cmake --preset=lingo-ap-tracker-preset` 234. Configure the project: `cmake --preset=lingo-ap-tracker-preset`
225. Build the application in debug mode: `cmake --build --preset=lingo-ap-tracker-preset` 245. 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` 256. (Optional) Build the application in release mode: `cmake --build --preset=x64-release-preset`
26
27LL1.yaml and ids.yaml sometimes receive breaking changes that need to be kept in sync with the tracker. If the application crashes with an unknown error, try making sure that you are using the right versions of those files. In general, the main branch of the tracker will require config files from the latest Archipelago release. Branches may require config files from Archipelago main, or from pending pull requests.