1
0
mirror of synced 2024-11-12 01:40:47 +01:00

Update docs

This commit is contained in:
Stepland 2020-03-05 01:02:05 +01:00
parent da5f9cccd9
commit 7aa6c8f33e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# v0.1.0 (MVP)
## Misc
- Fix all executable-relative path issues
- Bring back mouse support
## Music Select Screen
- Options menu

View File

@ -30,7 +30,7 @@ You need at least gcc `9.0.0`
The meson install is pretty straightforward.
For SFML, If you want to use another compiler than the one shipped with your system you may need to re-build SFML yourself using the compiler you chose. [Here's](https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php) their docs. Don't forget to manually specify the compiler (and maybe the library install path) at the configuration step.
For SFML, If you want to use another compiler than the one shipped with your system you may need to re-build SFML yourself using the compiler you chose. [Here's](https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php) their docs. Don't forget to manually specify the compiler (and maybe the library install path) at the configuration step (when you run `meson build`).
## Windows