README.md 1.1 KB

This is Loopidity - A multitrack looping audio recorder for GNU/Linux designed for live handsfree use

build status
linux Build Status
windows Build Status
latest-dev Build Status

build

  • binaries coming soon - bake yer own for now
  • build requires libsdl1.2 , libSDL_gfx , libSDL_ttf and libjack2 (also X11 on *nix) devel libs
  • compiler must support c++11 features
  • windows and code::blocks builds refer to README-MINGW.md

build with gnu toolchain on a *nix

    $ cd build
    $ make

build with gnu toolchain on windows

    $ cd build
    $ MINGW=1 make

build with code::blocks

    $  cd build
    $  codeblocks loopidity.cbp