Codebase list tkgate / 498c96f2-774c-4b76-82f0-7a88528f4f2e/main INSTALL
498c96f2-774c-4b76-82f0-7a88528f4f2e/main

Tree @498c96f2-774c-4b76-82f0-7a88528f4f2e/main (Download .tar.gz)

INSTALL @498c96f2-774c-4b76-82f0-7a88528f4f2e/mainraw · history · blame

*****************************************************************************
INSTALLATION

To install tkgate follow the steps below:

1) Obtain and install tcl/tk 8.4 or later (preferably tcl/tk 8.6).

2) If you have already installed tkgate 1.* and do not wish to overwrite that
installation, see "INSTALLING MULTIPLE VERSIONS" below.

3) cd to the directory in which you unpacked this distribution.

4) Run the configuration script:

      autoreconf -fi
      ./configure

5) Compile TkGate using the command:

      make

6) Become root so you can install files

      su

7) Install TkGate using the commands:

      make install

*****************************************************************************
DEFAULT INSTALLATION

   On newer FreeBSD systems, Linux and other OSes, the default directories
   into which files are installed are:

      /usr/bin						Binaries for tkgate, verga and gmac
      /usr/man/man1					Man pages for tkgate, verga and gmac
      /usr/share/tkgate				Data files used by tkgate
      /usr/share/applications		Desktop file
      /usr/share/pixmaps			Icons for desktop file
      /usr/share/doc/tkgate			Documentation

*****************************************************************************
INSTALLING MULTIPLE VERSIONS

  To install tkgate-2.1 without affecting other installed versions do:

     autoreconf -fi
     ./configure --program-suffix=21
     make pkgdatadir=/usr/local/share/tkgate-2.1
     su
     make pkgdatadir=/usr/local/share/tkgate-2.1 install

  This will install tkgate with the executable name "tkgate21".