linuxmao-org / FreeMajor

Editor for the TC Electronic G-Major guitar effect module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeMajor

Editor for the TC Electronic G-Major guitar effect module

Build Status

๐Ÿ’พ Automatic development build for Windows
๐Ÿ’พ Automatic development build for Mac OS (requires libcxx from MacPorts on macOS 10.8 or earlier)

Useful links

Dependencies

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.

First compilation

git clone --recursive https://github.com/linuxmao-org/FreeMajor.git
mkdir FreeMajor/build
cd FreeMajor/build
cmake ..
cmake --build .
cd ..
./build/FreeMajor

Build after some modifications

cd FreeMajor
git pull
cmake --build build
./build/FreeMajor

About

Editor for the TC Electronic G-Major guitar effect module

License:Boost Software License 1.0


Languages

Language:C++ 97.0%Language:CMake 2.6%Language:C 0.2%Language:Shell 0.2%