-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL.txt
51 lines (32 loc) · 1.08 KB
/
INSTALL.txt
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
Installation / Requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. RUN DIRECTLY
> sh run_canta starts canta
> sh run_song_generator starts canta song generator
(--help for more)
you need all the Dependencies listet under Point 3
2. INSTALL IT TO YOUR SYSTEM
* Windows
Just download the windows installer
* Ubuntu, Debian, Other debian-based distries
Download the deb package from the homepage and all listet other files there
and install it with your packetmanager
* Other Distries:
** did only try under ubuntu,
but should work on freebsd and other linux distries
> make install (in this directory)
you need the Dependencies listet under Point 3
3. DEPENDENCIES:
- python-soya
- python-configobj
- python-gst > 0.10
- python-mutagen
- python-wxgtk
- python-mingus >= 0.4.0.1
- and of course: python (2.6)
- canta-media (same version)
4. KNOWN PROBLEMS:
- in current ubuntu (natty narwhal) and maybe also other
distries you maybe need to preload libglu to get canta
working:
> LD_PRELOAD=/usr/lib/libGLU.so.1 python run_canta