We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d142232 commit cd1cba6Copy full SHA for cd1cba6
readme.md
@@ -92,6 +92,16 @@ The User Interfaces of most audio plugins draw graphics directly to the screen.
92
93
* This is only a VST2 compatible plug-in. A VST3 version Is not planned for various reasons.
94
95
+# Building from source
96
+In order to build OPL3GM you will need
97
+
98
+* Microsoft Visual Studio 2005
99
+* Windows Server 2003 Platform SDK
100
+* InnoSetup 5.4.3
101
+* 7-Zip
102
103
+After installing, just run build.bat. You may need to change the paths defined in this script to correspond with your installation of the build tools.
104
105
# License
106
This program is free software; you can redistribute it and/or modify
107
it under the terms of the GNU General Public License as published by
0 commit comments