Skip to content

Compiling zynaddsubfx (NTK)

Tres Finocchiaro edited this page Jul 3, 2014 · 12 revisions

Draft

Dependencies

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.

  1. Grab the prepackaged dependencies

    sudo apt-get install build-essential pkg-config cmake libx11-dev \
    libfontconfig1-dev libfxt-dev libcairo2-dev libjpeg-dev git 
  2. NTK

    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

(todo)

Building on Linux

Clone this wiki locally