1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-20 14:48:47 +01:00
segatools-hay1tsme/README.md

17 lines
357 B
Markdown
Raw Normal View History

2019-11-06 22:03:03 -05:00
# Segatools
Quick start on a Linux build host:
```
# Install Meson and a recent build of MinGW-w64, then:
$ meson --cross cross-build-32.txt _build32
$ ninja -C _build32
$ meson --cross cross-build-64.txt
$ ninja -C _build64
```
Building on MSYS2 is also possible; consult Meson documentation for details.
Additional documentation will be forthcoming.