summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:57:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:57:10 +0900
commit0eec68a32197fcf878eabe4434badcf73e2d4741 (patch)
tree6b468db129339c1a6c67222507291dc16199b67c /INSTALL
downloadtwin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.tar.gz
twin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.zip
Initial code import from https://www.trinity-look.org/p/1100374. As per note on the website, the code has been abandoned. There is no license file in the source code, but given the package was available on the KDE3 store back in the days, it is reasonable to assume it was distributed under GPL2 license
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL65
1 files changed, 65 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..b00f393
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,65 @@
+Example Installation in a Nutshell:
+====================================
+
+1) Type 'make -f Makefile.cvs'
+
+2) Type './configure'
+
+3) Type 'make'
+
+4) Type (as root) 'make install'
+
+Example Installation in More Detail:
+=====================================
+
+0) Make sure that the prerequisite KDE 3.2 development libraries and
+headers are installed first. These can be found at
+<http://www.kde.org>.
+
+1) Unzip and untar the package into its own directory. Change into
+this directory, and read the README file. (I'm assuming that
+you've read this, the INSTALL file :-))
+
+2) Type './configure --help", and peruse the configure options
+available. It may be necessary to use one or more of these options
+on your system.
+
+3) Type './configure' to configure the software for your system. If
+you're using `csh' on an old version of System V, you might need
+to type sh ./configure' instead.
+
+4) Type 'make' to compile the package.
+
+5) If you are not logged in as root, type 'su' and enter the root
+password to switch over to the root account. This is not necessary
+if you configured the software to install to your home directory/
+
+6) Type 'make install' to install the software.
+
+7) Activate the styles, decorations and color schemes through the
+KDE Control Center or the Preferences menu.
+
+8) You can uninstall the software by typing 'make uninstall'.
+
+A Note on the KDE Library
+========================
+
+If you are having problems configuring the software, first make sure
+that the required KDE 3.2 or greater libraries are installed. Several
+systems have broken this into several packages. You will need both
+the runtime and the development packages.
+
+If you still have problems, set the KDEDIR environment variable and
+the --prefix configure option to the location where you installed
+KDE. Also make sure that you are using GNU make and not the standard
+make everyone else uses.
+
+Rebuilding the Configuration
+============================
+
+If you ever need to rebuild the configuration files, type the
+following in thebase directory of the distribution:
+ make -f Makefile.cvs
+
+You will need the current automake/autoconf set of programs.
+