forked from kiselev-dv/linthesia
-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
52 lines (30 loc) · 1.03 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
Troubleshooting
---------------
* 'no text' issue with ATI Mobility Radeon HD 5470
Setting LIBGL_ALWAYS_SOFTWARE might fix the problem without any noticable adverse effects.
To run linthesia, use :
$ LIBGL_ALWAYS_SOFTWARE=1 linthesia
Credits
-------
Visit https://sourceforge.net/projects/linthesia/ for more info.
Join the chat at https://gitter.im/linthesia/linthesia