Compile Juced for Windows on Linux using WineYou can compile the Juced project on linux by using VCToolkit2003 which is a free compiler by Microsoft (not more supported). Be careful this has not been actively tested, you have been warned ! Getting the compilercd ~/.wine/drive_c/
wget -c http://www.anticore.org/juced/VCToolkit.tar.bz2
tar -xvjf VCToolkit.tar.bz2
sudo mv nmake /usr/local/bin
sudo chmod 755 /usr/local/bin/nmake Using nmake makefilescd juced/apps/equinox/build/VST_nmake/
nmake main.mak
|