1
1
mirror of synced 2025-02-07 06:31:17 +01:00
This commit is contained in:
esuo1198 2024-11-07 21:21:00 +09:00
parent cbb0128894
commit b14c0871dc

View File

@ -134,7 +134,7 @@ fumen_key = ""
## Building
TaikoArcadeLoader can be a bit tricky to build if you've never done it before.
TaikoArcadeLoader can be a bit tricky to build if you've never done it before.
Go to the TaikoArcadeLoader folder and run the following commands:
```bash
@ -149,5 +149,5 @@ export PATH=/path_to_tal/xpacks/.bin:$PATH
make setup
```
Once that's done, run `make` to build TAL.
Once that's done, run `make` to build TAL.
The output will be written in the `out` folder.