8-bit Treats from Tracktion

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

danboid
Established Member
Posts: 1327
Joined: Sun Aug 26, 2012 11:28 am
Location: England
Has thanked: 1 time
Been thanked: 4 times

Re: 8-bit Treats from Tracktion

Post by danboid »

I have got SID to build under 17.10. Roland says he is probably going to integrate the submodules into the SID tree soon so there should be no need to have a github account with SSH keys configured to build these plugins soon but as for now the build process is as follows:

Code: Select all

git clone https://github.com/WeAreROLI/JUCE.git
git clone https://github.com/FigBug/SID.git
cd SID
git submodule update --init --recursive
cd plugin/Builds/LinuxMakefile/
make
`git submodule update --init --recursive` will fail if you don't have you SSH keys configured for GH.

https://help.github.com/articles/adding ... b-account/
Post Reply