From 8a2c2824a59d7644e13bc52c9a0ecbd641f21f95 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 13 Oct 2010 19:34:22 +0000 Subject: new branch muse2, first checkin --- muse2/share/html/installation.html | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 muse2/share/html/installation.html (limited to 'muse2/share/html/installation.html') diff --git a/muse2/share/html/installation.html b/muse2/share/html/installation.html new file mode 100644 index 00000000..19527333 --- /dev/null +++ b/muse2/share/html/installation.html @@ -0,0 +1,64 @@ + +

MusE - The Linux (Midi) Music Editor

+ +

2. Installation

+

+

2.1 How to Obtain MusE

+MusE is available at the MusE Homepage, located at +http://www.muse-sequencer.org/. +Download the latest non-beta release and follow the +installation instructions below. + +

2.2 System Requirements

+To run MusE on your workstation, the following conditions must be met: + + +

2.3 Compiliation and Installation

+Unpack the newly-downloaded tarball into a directory and edit +the file make.inc. +

+The most important variables to set in this file are: +

+ +Point QTDIR to where your QT libraries are installed. +ALSA and OSS are boolean values (ie. yes +or no) that tell MusE how to handle Midi and Audio on your +system. It is safe to say yes to both. +

+A sample config: +

+

+	QTDIR = /usr/local/qt
+	ALSA = no
+	OSS = yes
+
+ +

+When done, save make.inc and run the following commands: +

+	make depend
+	make
+	make install
+
+ +

+Note that make install will ask for the root password, +as MusE is installed as a setuid-root binary. Setuid-root is needed to allow +MusE to get proper timing functions from the Linux kernel. +

+Hint: To get even better timing than that, run MusE with the -R option. + + -- cgit v1.2.3