[docs] Add/remove dependencies in windows SDK

This commit is contained in:
Émilie Feral
2020-06-15 11:11:04 +02:00
committed by EmilieNumworks
parent b7c7695707
commit 4c41b1699d

2
docs/build/index.md vendored
View File

@@ -11,7 +11,7 @@ breadcrumb: SDK
We recommend using the [Msys2](https://www.msys2.org/) environment to install most of the required tools. We support Windows 7 and up. Once Msys2 has been installed, launch the Msys2 terminal application, and enter the following commands
```
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-freetype mingw-w64-x86_64-pkg-config mingw-w64-x86_64-fltk git make python
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-freetype mingw-w64-x86_64-pkg-config mingw-w64-x86_64-libusb git make python
echo "export PATH=/mingw64/bin:$PATH" >> .bashrc
```