Skip to content

benalf/linthesia

This branch is 114 commits behind linthesia/linthesia:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 21, 2014
Sep 18, 2013
Jun 20, 2016
Sep 21, 2013
Jan 19, 2015
Oct 26, 2016
Aug 18, 2015
Jan 9, 2016
Sep 18, 2013
Sep 21, 2013
Sep 18, 2013
Oct 23, 2016
Jan 9, 2016
Jan 9, 2016
Aug 17, 2015
Oct 24, 2016

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Makefile 4.8%
  • Other 1.1%