summaryrefslogtreecommitdiff
path: root/muse2/README.de
blob: b6b03c5a11129be58f5e343ff45ba6077b36d43f (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
====================================================================
      MusE  ---  Linux (Midi) Music Editor
====================================================================

Guten Tag!
dies ist MusE, der Open Source MIDI/Audio Sequencer.

MusE steht unter der GNU General Public Licence (GPL).
F�r Einzelheiten siehe COPYING.

,-----------------------------------------------------------------.
| HINWEIS                                                         |
|-----------------------------------------------------------------|
| Viel Teile des Codes von MusE sind EXPERIMENTELL und k�nnen     |
| zu Programmabst�rzen und wer wei� was sonst noch allem          |
| f�hren.                                                         |
| SIE BENUTZEN DIESE SOFTWARE AUF EIGENES RISIKO!                 |
`-----------------------------------------------------------------'

  =============================
      Voraussetzungen
  =============================

      - qt 3.2.0 oder neuer
        ftp://ftp.trolltech.com/qt/source
        Bitte mit "-thread" option compilieren.

      - libsndfile 1.0.1 (aktuell ist 1.0.4)
        http://www.zip.com.au/~erikd/libsndfile/

      - JACK
        http://jackit.sourceforge.net/
        download:
	  http://jackit.sourceforge.net/download/

      - fluidsynth-1.0.3 (the synti formerly known as "iiwusynth") von
        http://savannah.nongnu.org/download/fluid

      - Linux Kernel mit rtc (RealTimeClock) Treiber (device /dev/rtc)
        ("low latency patches" f�r minimales timing-jitter w�ren fein)

      - ALSA von http://www.alsa-project.org/
        Version 0.9.x oder neuer

      - gcc 3.x.x
        (es mu� der gleiche Compiler wie der zum compilieren der
        QT-Libraries verwendet werden)

      - nat�rlich: eine Soundkarte und/oder irgendwelche Midi Ger�te

  =============================
      Kompilierung
  =============================

      - download source von http://lmuse.sourceforge.net/
      - untar source:
            tar xvofj muse-current-tar.bz2 </code>
      - konfigurieren:
            run "configure"
      - kompilieren:
            run "make all"
      - installieren
            als root, run "make install"
      - Test

====================================================================
Aktuelle(re) Infos gibt es auf der MusE Homepage
http://lmuse.sourceforge.net/