diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 09:07:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-11 09:07:13 +0000 |
| commit | 04c4222de7ca38e4bee44c9485b9a0463ce8ef14 (patch) | |
| tree | baa3483d87c18bba40ea84af63e598b2c82a06b4 | |
| parent | af26500773cbc824cd1408cfdc42dd0da2f83063 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -1,13 +1,29 @@ [](https://github.com/sthalik/floormat/actions/workflows/cmake.yml) -### floormat +# floormat Game project in early development. -### Build +## Build -Should build cleanly on Clang 17+, GCC 13.2+ and MSVC 17.7. Just make sure to check it out with submodules. +Should build cleanly on Clang 17+, GCC 13.2+ and MSVC 17.7+. -### License +### Debian/Ubuntu dependencies +`xorg-dev` `libsdl2-dev` `build-essential` `ninja-build` `cmake-curses-gui` -ISC +### Windows dependencies + +Only the compiler (MSVC, GCC, Clang) is needed. + +### Building +```console +git clone https://github.com/sthalik/floormat.git +cd floormat +git submodule update --init +mkdir build +cd build +cmake -GNinja ../ +ninja install +ln -s ../doc/saves ./save +install/bin/floormat-editor +``` |
