Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 727 Bytes

sysexxer-ng

A universal tool to exchange MIDI system-exclusive data.

It's a rewrite from scratch of sysexxer.

Build Status

Documentation page (in French): http://linuxmao.org/Sysexxer-NG

Building

Debian Strech

Build dependencies are: cmake, gettext, libasound2-dev, libfltk1.3-dev, and libjack-jackd2-dev or libjack-dev

To launch the build, you can use:

git clone --recursive https://github.com/linuxmao-org/sysexxer-ng.git
mkdir sysexxer-ng/build
cd sysexxer-ng/build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake --build .