summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-19 17:06:59 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-19 17:06:59 +0000
commit2f17324940d00c4831c7e28970984dde70f8c574 (patch)
tree0190a3f48a227078e25d33e104acd3bc23a43f7a
parent520e889a3e58fdaa99a0c13a40d1c3e4affe60b1 (diff)
updated English and German READMEs
-rw-r--r--muse2/ChangeLog1
-rw-r--r--muse2/README2
-rw-r--r--muse2/README.de29
3 files changed, 17 insertions, 15 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index af85a702..d8df5204 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -6,6 +6,7 @@
- Fixed arranger part drawing borders. Used QPen::setCosmetic(true) when drawing. (Tim)
- Individual parts are now built as shared libraries. (Orcan)
- Moved main() and first degree relatives into main.cpp (Orcan)
+ - Fixed bad link in README. Updated German README. (Orcan)
18.12.2010:
- Fixed transport shortcuts not working in some windows or situations. (Tim)
Added event->ignore to PartCanvas::keyPress. Added setFocusPolicy() to WaveView, Master.
diff --git a/muse2/README b/muse2/README
index e032cc6e..7011ab32 100644
--- a/muse2/README
+++ b/muse2/README
@@ -31,7 +31,7 @@ details.
- gcc >= 4.x.x
- libsndfile >= 1.0.1
- http://www.zip.com.au/~erikd/libsndfile/
+ http://www.mega-nerd.com/libsndfile/
- libsamplerate
diff --git a/muse2/README.de b/muse2/README.de
index b6b03c5a..e04d835d 100644
--- a/muse2/README.de
+++ b/muse2/README.de
@@ -21,19 +21,22 @@ Für Einzelheiten siehe COPYING.
Voraussetzungen
=============================
- - qt 3.2.0 oder neuer
+ - CMake >= 2.4
+ http:/www.cmake.org/HTML/Download.html
+
+ - qt 4.2.0 oder neuer
ftp://ftp.trolltech.com/qt/source
- Bitte mit "-thread" option compilieren.
+ MsE kompiliert nicht mit alter versionen
- - libsndfile 1.0.1 (aktuell ist 1.0.4)
- http://www.zip.com.au/~erikd/libsndfile/
+ - libsndfile >= 1.0.1
+ http://www.mega-nerd.com/libsndfile/
- - JACK
+ - JACK >= 0.103
http://jackit.sourceforge.net/
download:
http://jackit.sourceforge.net/download/
- - fluidsynth-1.0.3 (the synti formerly known as "iiwusynth") von
+ - 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)
@@ -42,9 +45,7 @@ Für Einzelheiten siehe COPYING.
- 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)
+ - gcc >= 4.x.x
- natürlich: eine Soundkarte und/oder irgendwelche Midi Geräte
@@ -54,13 +55,13 @@ Für Einzelheiten siehe COPYING.
- download source von http://lmuse.sourceforge.net/
- untar source:
- tar xvofj muse-current-tar.bz2 </code>
+ tar xvofj muse-current-tar.bz2
- konfigurieren:
- run "configure"
+ cmake -DCMAKE_BUILD_TYPE=release [-DCMAKE_INSTALL_PREFIX=<prefix>] ../
- kompilieren:
- run "make all"
- - installieren
- als root, run "make install"
+ make
+ - installieren (als root)
+ make install
- Test
====================================================================