|
|
@ -9,7 +9,7 @@ The game has only one runtime dependency: The [raylib](https://www.raylib.com/)
|
|
|
|
## Building
|
|
|
|
## Building
|
|
|
|
|
|
|
|
|
|
|
|
This application uses [Meson](https://mesonbuild.com/) as a build system. To build the application:
|
|
|
|
This application uses [Meson](https://mesonbuild.com/) as a build system. To build the application:
|
|
|
|
1. Install __meson__ from the link above.
|
|
|
|
1. Install meson from the link above.
|
|
|
|
2. Set up the build directory.
|
|
|
|
2. Set up the build directory.
|
|
|
|
```
|
|
|
|
```
|
|
|
|
meson setup build
|
|
|
|
meson setup build
|
|
|
|