update docs to mention cross-platform support, and recommend FatBoy soundfont

This commit is contained in:
Alex Birch
2019-03-02 21:41:00 +00:00
parent db7d6003de
commit 7a0e0ed69d
3 changed files with 20 additions and 23 deletions

View File

@ -1,7 +1,7 @@
A lot of thrashing was involved.
So first I'll list the steps that I _know_ are necessary.
Then after that I'll list the steps which were problem unnecessary.
Then after that I'll list the steps which were probably unnecessary.
# Definitely necessary
@ -21,7 +21,7 @@ C:\SDKs\VST_SDK\VST3_SDK
https://shop.juce.com/get-juce
JUCE should be installed to `C:\\Juce`
JUCE should be installed to `C:\Juce`
_Note: the only thing we actually need from here is `C:\Juce\modules`. I've copied that into the repository now, so soon I'll be able to make that step skippable._
@ -111,6 +111,8 @@ $ ldd /mingw64/bin/libfluidsynth-1.dll
```
Side-note: [fuslogvw](https://docs.microsoft.com/en-us/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer) helps you debug .NET's run-time linker. Not relevant to juicysfplugin (because it's not managed code), but it's a useful tool for Windows developers to know about.
# Prefer CLion?
We don't have Windows support in our CMake project (I could add it by using Projucer to generate a CODE::Blocks exporter, but I don't want to maintain that).