๐พ Automatic development build for Windows
๐พ Automatic development build for Mac OS (requires libcxx from MacPorts on macOS 10.8 or earlier)
- G-Major manual ๐บ๐ธ ๐ฏ๐ต ๐ฎ๐น ๐ฉ๐ช ๐ช๐ธ ๐ซ๐ท
- Linux MAO ๐ซ๐ท
- LibraZiK-2 ๐ซ๐ท
FreeMajor is mostly tested on LibraZiK-2, a Debian Stretch based OS. The build dependencies on this OS are:
cmake
build-essential
libasound2-dev
libjack-jackd2-dev
libfltk1.3-dev
gettext
Note that you might need to install git
as well to fetch the sources.
git clone --recursive https://github.com/linuxmao-org/FreeMajor.git
mkdir FreeMajor/build
cd FreeMajor/build
cmake ..
cmake --build .
cd ..
./build/FreeMajor
cd FreeMajor
git pull
cmake --build build
./build/FreeMajor