From 68b602fe65cd11084d7d59a4bbe5bcac9e6b0bdd Mon Sep 17 00:00:00 2001 From: Ludovic Jacomme Date: Mon, 13 Sep 2004 18:14:52 +0000 Subject: [PATCH] - /usr/local -> /opt/ --- alliance/src/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alliance/src/README b/alliance/src/README index 6bfa479c..d769dcd1 100644 --- a/alliance/src/README +++ b/alliance/src/README @@ -8,7 +8,7 @@ # NOTE: You can find the latest revision of this document at: # http://asim.lip6.fr/pub/alliance/latest-checkout/alliance/src # -# $Id: README,v 1.9 2004/07/26 14:50:22 fred Exp $ +# $Id: README,v 1.10 2004/09/13 18:14:52 ludo Exp $ This file discuss about installation of Alliance on UNIX machines. @@ -52,10 +52,10 @@ To install a tar.gz package (*nix) Get the latest binary package for your platform, log as root then type : -> cd /usr/local +> cd / > tar -xzf /mnt/cdrom/alliance-5.0-XXX-YYY.tar.gz -> ln -s /usr/local/alliance/etc/alc_env.csh /etc/profile.d/ -> ln -s /usr/local/alliance/etc/alc_env.sh /etc/profile.d/ +> ln -s /opt/alliance-5.0/etc/alc_env.csh /etc/profile.d/ +> ln -s /opt/alliance-5.0/etc/alc_env.sh /etc/profile.d/ To install a .rpm package (Linux redHat 7+) @@ -116,7 +116,7 @@ Alliance's sources are now conforming to GNU's automake/autoconf. To avoid make problems, please use gnu make (gmake) The following commands builds the full package from scratch. -> export ALLIANCE_TOP=/usr/local/alliance +> export ALLIANCE_TOP=/opt/alliance > ./configure --prefix=$ALLIANCE_TOP > gmake install