1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 05:20:10 +01:00
segatools-dniel97/README.md

17 lines
366 B
Markdown
Raw Normal View History

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