From 898476432ce90c3994b8611f61e0b27d5795c8ee Mon Sep 17 00:00:00 2001 From: Tau Date: Wed, 6 Nov 2019 22:03:03 -0500 Subject: [PATCH] Add a sorry excuse for a README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad4fed3 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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.