My favorites | Sign in
Logo
                
Search
for
Updated Jun 12, 2009 by kunitoki
CompileOnWine  
Compile Juced for Windows on Linux using Wine.

Compile Juced for Windows on Linux using Wine

You 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 compiler

cd ~/.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 makefiles

cd juced/apps/equinox/build/VST_nmake/
nmake main.mak
Hosted by Google Code