Skip to content

Dervish13/libmaolan

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • M4 1.7%
  • Other 0.7%