Skip to content

Editor for the TC Electronic G-Major guitar effect module

License

Notifications You must be signed in to change notification settings

jujudusud/FreeMajor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • CMake 2.5%
  • Other 0.4%