From 2f17324940d00c4831c7e28970984dde70f8c574 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Sun, 19 Dec 2010 17:06:59 +0000 Subject: updated English and German READMEs --- muse2/ChangeLog | 1 + muse2/README | 2 +- muse2/README.de | 29 +++++++++++++++-------------- 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 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 - 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 - download source von http://lmuse.sourceforge.net/ - untar source: - tar xvofj muse-current-tar.bz2 + tar xvofj muse-current-tar.bz2 - konfigurieren: - run "configure" + cmake -DCMAKE_BUILD_TYPE=release [-DCMAKE_INSTALL_PREFIX=] ../ - kompilieren: - run "make all" - - installieren - als root, run "make install" + make + - installieren (als root) + make install - Test ==================================================================== -- cgit v1.2.3