From 71e490700c5c63ecdd44bb58a1f96bcefc3f0c20 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Tue, 31 Dec 2019 10:37:31 +0100 Subject: [PATCH] Add yasm to scoop install. --- development/compiling/compiling_for_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/compiling_for_windows.rst b/development/compiling/compiling_for_windows.rst index 543ca87c3..2a2c7d2e6 100644 --- a/development/compiling/compiling_for_windows.rst +++ b/development/compiling/compiling_for_windows.rst @@ -24,7 +24,7 @@ For compiling under Windows, the following is required: .. note:: If you have `Scoop `_ installed, you can easily install MinGW and other dependencies using the following command:: - scoop install gcc python scons make + scoop install gcc python scons yasm make .. note:: If you have `MSYS2 `_ installed, you can easily install MinGW and other dependencies using the following command::