From b0546e5e7f7044019892543c6c82029db8d564a7 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Thu, 15 Sep 2011 12:14:55 +0000 Subject: moved attic to a branch of it's own --- attic/muse2-oom/muse2/share/html/installation.html | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 attic/muse2-oom/muse2/share/html/installation.html (limited to 'attic/muse2-oom/muse2/share/html/installation.html') diff --git a/attic/muse2-oom/muse2/share/html/installation.html b/attic/muse2-oom/muse2/share/html/installation.html deleted file mode 100644 index 19527333..00000000 --- a/attic/muse2-oom/muse2/share/html/installation.html +++ /dev/null @@ -1,64 +0,0 @@ - -

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