Skip to content

Commit

Permalink
Mention how to build in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Feb 18, 2022
1 parent 458b21e commit dfff3cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,18 @@ MHColour, even if *not explicitly stated* in the program files. Any evil, bad o
people out there who like making money out of stuff that others have given away for free
can go fuck off right now.


Build
-----

Linux:

meson build --prefix=/usr
cd build
ninja

Cross-Compile to Windows:

CC=/usr/bin/x86_64-w64-mingw32-gcc-win32 meson build --cross-file cross_file.txt
cd build
ninja

0 comments on commit dfff3cb

Please sign in to comment.