1
0
mirror of synced 2025-02-08 22:59:41 +01:00

Set exact MSYS2 dependancy list in compiling docs

This commit is contained in:
Stepland 2020-05-22 16:07:57 +02:00
parent f46bd23ae4
commit a9776b53f8

View File

@ -42,10 +42,10 @@ Installing MSYS2 is extremly straightforward and detailed [on their website](htt
Once you're done `pacman -Syu`ing and `pacman -Su`ing your system you can install the required packages for jujube :
```bash
$ pacman -S mingw-w64-x86_64-sfml
$ pacman -S meson mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-sfml mingw-w64-x86_64-cairo
```
then you can just use the same build commands as the Linux section but from the MSYS2 terminal
then you can just use the same build commands as the Linux section but from the `MSYS2 MinGW 64-bit` terminal
## MacOS
### clang-9 from brew's llvm package