From 4c41b1699d56ce6eafc4adfeb0ef699c4149b88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 15 Jun 2020 11:11:04 +0200 Subject: [PATCH] [docs] Add/remove dependencies in windows SDK --- docs/build/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/index.md b/docs/build/index.md index b34fd48ca..18a34197b 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -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 ```