Updated README
This commit is contained in:
@@ -10,9 +10,10 @@ The game has only one runtime dependency: The [raylib](https://www.raylib.com/)
|
||||
|
||||
This application uses [Meson](https://mesonbuild.com/) as a build system. To build the application:
|
||||
1. Install __meson__ from the link above.
|
||||
2. Install __raylib__ from the link above.
|
||||
2. Install __raylib__ from the link above (THIS IS OPTIONAL, SEE STEP 5)
|
||||
3. Set up the build directory with the `meson setup build` command.
|
||||
4. Compile the application with `meson compile -C build`.
|
||||
4. Compile the application, with the existing raylib installation, using `meson compile -C build`.
|
||||
5. If you don't have raylib installed, you can create a statically linked version of the library on Linux, using `meson compile -C build -Ddefault_library=static`.
|
||||
|
||||
## Running
|
||||
|
||||
|
Reference in New Issue
Block a user