mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-15 03:27:41 +01:00
517 B
517 B
Compiling
In other words, how to create a new F.E.I.S. executable from the source code.
-
(If not done already) Set up you work environment by following this page
-
cd
into the root of your local copy of F.E.I.S.'s source code$ cd F.E.I.S./
-
Setup the
build
directory$ meson setup build
-
Build
$ meson compile -C build
-
Setup the assets
$ ln -s ../assets build/assets