F.E.I.S/docs/Compiling.md
2021-12-31 11:15:50 +01:00

517 B

Compiling

In other words, how to create a new F.E.I.S. executable from the source code.

  1. (If not done already) Set up you work environment by following this page

  2. cd into the root of your local copy of F.E.I.S.'s source code

    $ cd F.E.I.S./
    
  3. Setup the build directory

    $ meson setup build
    
  4. Build

    $ meson compile -C build
    
  5. Setup the assets

    $ ln -s ../assets build/assets