segatools/README.md

17 lines
366 B
Markdown
Raw Normal View History

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