Skip to content
Non reinvents the DAW. Powerful enough to form a complete studio, fast and light enough to run on low-end hardware like the eeePC or Raspberry Pi, and so reliable that it can be used live, the Non DAW Studio is a modular system composed of four main parts: Non Timeline, a non-destructive, non-linear audio recorder and arranger. Non Mixer, a live…
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
FL Replace deprecated scanf %a modifier with %m. Mar 29, 2017
lib Update NTK submodule. Aug 22, 2018
mixer Update non-mixer.desktop.in Sep 16, 2018
nonlib nonlib/OSC: Don't try to send feedback to non-existent path. Feb 15, 2018
sequencer Update non-sequencer.desktop.in Sep 16, 2018
session-manager Update non-session-manager.desktop.in Sep 16, 2018
timeline
.gitignore Replace custom build system with WAF. Nov 14, 2012
.gitmodules FLTK->NTK May 22, 2012
COPYING Update COPYING. Mar 19, 2013
README.build
README.packagers
waf Upgrade waf to 2.0.9 Aug 21, 2018
wscript wcsript: Fix syntax for Python3. May 14, 2017

README.build

Non-things build instructions

This repository contains all of the non-* software.

Getting NTK

If you just cloned the non repository or just executed git pull, then you should also run

git submodule update –init

to pull down the latest NTK code required by Non. Git does not do this automatically.

Building NTK

If you don’t have NTK installed system-wide (which isn’t very likely yet) you MUST begin the build process by typing:

cd lib/ntk ./waf configure ./waf

Once NTK has been built you must install it system-wide before attempting to build the non-* programs.

To install NTK type:

su -c ‘./waf install’

Build all projects

Typing:

./waf configure ./waf su -c ‘./waf install’

from the base of the checkout of the Non git repository will build and install all of the non-* programs together.

Build a single project

Typing:

./waf configure –project=[timline|sequencer|mixer|session-manager] ./waf su -c ‘./waf install’

You can’t perform that action at this time.