Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 441 Bytes

File metadata and controls

27 lines (23 loc) · 441 Bytes

Maolan

DAW written in C++

Dependencies:

  • libsndfile
  • zita resampler

For FreeBSD build in jailed environment reggae is required.

FreeBSD build

git clone https://github.com/maolan/devops
cd devops
echo 'DEVEL_MODE=YES' > vars.mk
make devel
cd /usr/src/libmaolan
autoconf
env CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
make

Linux build

autoconf
./configure
make