Changes
1 changed files (+3/-1)
-
-
@@ -8,13 +8,15 @@ TODO screenshot## Building You can download a prebuilt AppImage at https://f.unnamed.website/monotonicity.AppImage To build this using Nix (least painful trust me), just run `nix build`. On NixOS you can also build this by hardcoding the directory of `libraylib.so` in `lakefile.toml` (for instance `moreLinkArgs = ["-L/nix/store/2ndddyrjb1ahx05kmsjqvzkagz1bdmpk-raylib-6.0/lib", "-lraylib"]`) and running `lake build`, which can be much faster due to caching. Otherwise, install Raylib and run `lake build` and hope for the best. It probably won't work, but you can give it a try. To build an AppImage that can run on any Linux distro, run `nix bundle --bundler github:NixOS/bundlers#toAppImage`. To build an AppImage that can run on any Linux distro, run `nix bundle --bundler github:NixOS/bundlers#toAppImage --impure`. ## Gameplay
-