-
Notifications
You must be signed in to change notification settings - Fork 20
Compiling zynaddsubfx (NTK)
Tres Finocchiaro edited this page Jul 3, 2014
·
12 revisions
The following dependencies should be met before compiling LMMS:
Ubuntu users: Warning, there are unresolved compilation issues with Ubuntu 12.04. If you encounter issues please try on a newer Ubuntu version.
-
Grab the prepackaged build dependencies
sudo apt-get install build-essential pkg-config cmake libx11-dev \ libfontconfig1-dev libfxt-dev libcairo2-dev libjpeg-dev git
-
Compile NTK using
waf
cd git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk cd ntk ./waf clean ./waf configure --prefix=$HOME/ntk ./waf install --destdir=$HOME/ntk
-
Add NTK to the
$PATH
(fixme)$PATH=${PATH}:$HOME/ntk/usr/local/bin
(todo)