summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
committerTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
commit6475cd8e422b88e8d0fa3499195e6392bd3bbf12 (patch)
tree47a3e35742789b118a7f285778f6cab6af597707 /INSTALL
parent7943ac1f6c2fa954c1e526169014e0680d1593d1 (diff)
downloadtuxcmd-6475cd8e422b88e8d0fa3499195e6392bd3bbf12.tar.xz
Drop Kylix support
A piece of history, will be remembered.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 5 insertions, 25 deletions
diff --git a/INSTALL b/INSTALL
index 5f30306..6b2b752 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,13 +2,11 @@ INSTALL INSTRUCTIONS
--------------------
Here are the basic instructions, what you need to do if you want to compile
-Txu Commander.
+Tux Commander.
Quick instructions: Type make help to see list of available targets.
-There are two compilers supported: FreePascal and Kylix.
-
FreePascal prerequisities
-------------------------
Install the FreePascal package from your distribution or grab the binary
@@ -17,24 +15,6 @@ the /etc/fpc.cfg file contains valid configuration (consult the manual first) or
you may encounter file not found errors.
-Kylix prerequisities
---------------------
-First of all you will need to install Borland Kylix. This project is designed
-for use with version 3 Open Edition, but it should compile also with other
-variations (Professional, Enterprise).
-Then you will need the sources of 'gtk2 for pascal' project, they can be
-downloaded from the project site on SourceForge
-(http://gtk2forpascal.sourceforge.net/) or directly from our site
-(http://tuxcmd.sourceforge.net/).
-Extract the downloaded sources (tuxcmd-x.x.x.tar.bz2). Then you need to edit
-the Makefile file. You have to specify real path to Kylix 3 installation
-(it means top-level directory here, where the bin, help, lib
-and source directories are located) - this is the KYLIXPREFIX variable.
-For GTK2FORPASCAL_LIBDIR, specify the path to extracted gtk2 for pascal package
-sources. These are enough informations required to compile the sources.
-The correct make command is 'make kylix'
-
-
At last, you will need basic development utilities, such as GNU make and
install and gcc & g++ with system development libraries.
@@ -47,10 +27,10 @@ module requires specific system package (glib2 >= 2.16.0).
So you have configured the sources and you are ready to compilation. Just type
make or gmake in the directory where is the Makefile file located. It will
compile the application and all VFS modules. There should not be any problems;
-if some occurs, please check if you have specified correct paths or if you have
-Kylix installed correctly. Also check if you have all required development
-headers installed in your system. To make the application without the modules,
-type 'make tuxcmd' and to make the modules separately run 'make modules'.
+if some occurs, please check if you have specified correct paths. Also check
+that you have all required development headers installed in your system.
+To make the application without the modules, type 'make tuxcmd' and to make
+the modules separately run 'make modules'.
To install the application, type 'make install'. You need to have write
permissions to the target directories, so you probably must be root to do this.