kiselev-dv / linthesia

Synthesia-like software for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linthesia

Build Status Join the chat at https://gitter.im/linthesia/linthesia

Linthesia is a fork of the Windows/Mac game called Synthesia. It is a game of playing music using a MIDI keyboard (or your PC keyboard), following a .mid file.

Synthesia up to version 0.6.1a is Open Source. This project uses the latest source from sourceforge.

Compile

To compile, you need a basic c++ toolchain, and satisfy all dependences which are on BUILD-DEPENDS file. Then, just:

$ ./autogen.sh

Here you must choose:

a) For developers

$ mkdir build
$ cd build     # Isolate compilation to speed future compilations
$ ../configure

b) For general public

$ ../configure --prefix=/usr

Then:

$ make
$ sudo make install

Credits

Visit https://github.com/linthesia/linthesia for more info.

About

Synthesia-like software for Linux

License:GNU General Public License v2.0


Languages

Language:C++ 94.1%Language:Makefile 4.8%Language:M4 0.6%Language:Shell 0.5%