From a4a7300b5f45eb1a203eb39596306cbf5b6668f7 Mon Sep 17 00:00:00 2001 From: Birch-san Date: Wed, 13 Jun 2018 22:00:06 +0100 Subject: [PATCH] iterate on instructions --- build-windows.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/build-windows.md b/build-windows.md index 79e8b5d..0ba895e 100644 --- a/build-windows.md +++ b/build-windows.md @@ -139,7 +139,31 @@ $ ldd /mingw64/bin/libfluidsynth-1.dll IMM32.DLL => /c/WINDOWS/System32/IMM32.DLL (0x7ffcc1560000) ``` -6) Install [VST3 Audio Plug-Ins SDK](https://www.steinberg.net/en/company/developers.html) +6) Install CLion + +https://www.jetbrains.com/clion/nextversion/ + +6) Install MinGW toolchain + +Required for CLion integration. + +https://stackoverflow.com/questions/36375081/how-to-run-clion-with-msys2-on-windows + +You don't need all the packages here (like Ada, Fortran, Objective-C...), but space is cheap so just install all. + +```bash +pacman -S --needed mingw-w64-x86_64-toolchain +``` + +7) Configure CLion + +Add MinGW Toolchain: + +``` +C:\msys64\mingw64 +``` + +8) Install [VST3 Audio Plug-Ins SDK](https://www.steinberg.net/en/company/developers.html) Such that this folder exists: @@ -147,13 +171,13 @@ Such that this folder exists: C:\SDKs\VST_SDK\VST3_SDK ``` -7) Install JUCE and Projucer +9) Install JUCE and Projucer https://shop.juce.com/get-juce JUCE should be installed to C:\\Juce -7) With Projucer, open juicysfplugin/juicysfplugin.jucer +10) With Projucer, open juicysfplugin/juicysfplugin.jucer