Building the FMOD Studio Package
Preparation
Download FMOD Studio API (not Tool)
Creating the package
Run this:
git clone https://git.alchemyviewer.org/alchemy/thirdparty/3p-fmodstudio
Put the FMOD Studio package you downloaded into the repo you just cloned.
Now run this inside that repo clone: (For 32-bit use -A32
)
pipenv install
pipenv shell
autobuild build -A64
On windows, allow the installer to run when prompted. Finally, (on all platforms) run this:
autobuild package -A64
(For 32-bit use -A32
)
The output from this command will give you the path and the md5 that you should put into your autobuild.xml in the viewer repository root, remember to prepend the path with file:///
.