summaryrefslogtreecommitdiff
path: root/muse2/README.de
blob: 00b559606cc5e10bf03924ae94c9cbe3b0853d49 (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
70
====================================================================
      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
  =============================

      - CMake >= 2.4
        http:/www.cmake.org/HTML/Download.html

      - qt 4.2.0 oder neuer
        ftp://ftp.trolltech.com/qt/source
        MsE kompiliert nicht mit alter versionen

      - libsndfile >= 1.0.1
        http://www.mega-nerd.com/libsndfile/

      - JACK >= 0.103
        http://jackit.sourceforge.net/
        download:
	  http://jackit.sourceforge.net/download/

      - fluidsynth-1.0.3 (die synti früher bekannt als "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 >= 4.x.x

      - 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
      - konfigurieren:
            cmake -DCMAKE_BUILD_TYPE=release [-DCMAKE_INSTALL_PREFIX=<prefix>] ../
      - kompilieren:
            make
      - installieren (als root)
            make install
      - Test

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