diff --git a/README b/README index 7905e22..344abbc 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ which with this version gives a KDE 3.5.7 installation. Optionally you can install additional applications like KOffice 1.6.3 or KDevelop 3.4.1, just run for example "cd apps/office/koffice ; make install". -By default "Konstruct" installs to ~/kde3.5.7/ which means you don't have to +By default "Konstruct" installs to ~/trinity.5.7/ which means you don't have to possess root privileges or risk to damage your system or affect another KDE. The following table shows how many MBytes source tarballs will be downloaded: @@ -66,7 +66,7 @@ Copy gar.conf.mk.in to gar.conf.mk and change it to your liking. Common options: GARCHIVEDIR If you have already downloaded source tarballs set the path here. - prefix Where to install your KDE desktop. Default is ~/kde3.5.7/ . + prefix Where to install your KDE desktop. Default is ~/trinity.5.7/ . Moving KDE installation elsewhere afterwards calls for troubles! HAVE_64BIT_TARGET Set this if you want to compile KDE for a 64bit target (x86_64) @@ -149,12 +149,12 @@ After installation After installation you have to set some variables allowing your system to find KDE binaries and libraries and KDE to allow to find its own files, for Bash: - export QTDIR=~/kde3.5.7 - export KDEDIR=~/kde3.5.7 - export KDEDIRS=~/kde3.5.7 + export QTDIR=~/trinity.5.7 + export KDEDIR=~/trinity.5.7 + export KDEDIRS=~/trinity.5.7 - export LD_LIBRARY_PATH=~/kde3.5.7/lib - export PATH=~/kde3.5.7/bin:$PATH + export LD_LIBRARY_PATH=~/trinity.5.7/lib + export PATH=~/trinity.5.7/bin:$PATH Setting KDEHOME too, e.g. "export KDEHOME=~/.kdetest", will tell KDE to save your settings to this directory and leave default ~/.kde directory unaffected. diff --git a/gar.conf.mk.in b/gar.conf.mk.in index 9244fb3..23f5239 100644 --- a/gar.conf.mk.in +++ b/gar.conf.mk.in @@ -27,7 +27,7 @@ # manually, or with 'make garchive' once you've started downloading required # files (say with 'make paranoid-checksum'. Example: -GARCHIVEDIR = $(HOME)/kde3.5.7-sources +GARCHIVEDIR = $(HOME)/trinity.5.7-sources # Set this variable if you want to compile KDE for a 64bit target (x86_64) @@ -85,7 +85,7 @@ endif # # TODO: set $(SYSCONFDIR) and $(LOCALSTATEDIR) to never use # /usr/etc or /usr/var -prefix ?= $(HOME)/kde3.5.7 +prefix ?= $(HOME)/trinity.5.7 exec_prefix = $(prefix) bindir = $(exec_prefix)/bin sbindir = $(exec_prefix)/sbin