forked from linthesia/linthesia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
36 lines (22 loc) · 795 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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:
$ autoreconf -ivf
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
Visit https://sourceforge.net/projects/linthesia/ for more info.
Join the chat at https://gitter.im/linthesia/linthesia