INSTALL : IndexToc

TEKlib build instructions and installation


INSTALL : LinuxToc

Requirements

Notable dependencies on the Linux platform are X11, OpenGL and OSS. Modules requiring these can be commented out in mods/build/tmkmakefile:
visual depends on X11
displays depends on X11 and OpenGL
audio requires OSS support

Installation

At the top-level directory, type:
$ make help
This will guide you through the build process. The normal build procedure is invoked with:
$ make linux
The global installation path on the Linux platform is /opt/tek. It will be used as a fallback if modules cannot be found locally in an application's module directory, PROGDIR:mod. Installation is optional, but recommended for side projects to work:
$ make linux_install

Notes


INSTALL : WindowsToc

Requirements

The only notable dependency on the Windows platform is DirectX. Modules requiring it can be commented out in mods/build/tmkmakefile:
displays depends on DirectX
audio depends on DirectX

Installation

Notes


INSTALL : FreeBSDToc

Requirements

Notable dependencies of the FreeBSD build are X11, OpenGL and OSS. Modules requiring these can be commented out in mods/build/tmkmakefile:
visual depends on X11
displays depends on X11 and OpenGL
audio requires OSS support

Installation

At the top-level directory, type:
$ make help
This will guide you through the build process. The normal build procedure is invoked with:
$ make fbsd
The global installation path on the FreeBSD platform is /usr/local/tek. It will be used as a fallback if modules cannot be found locally in an application's module directory, PROGDIR:mod. Installation is optional, but recommended for side projects to work:
$ make fbsd_install

Notes


INSTALL : MorphOSToc

Installation

At the top-level directory, type:
$ make help
This will guide you through the build process. The normal build procedure is invoked with:
$ make morphos_gcc
The global installation path on the MorphOS platform is TEKLIB:. It will be used as a fallback if modules cannot be found locally in an application's module directory, PROGDIR:mod. Installation is optional, but recommended for side projects to work:
$ make morphos_gcc_install
To rebuild a (sub-) project, invoke from any level in the directory hierarchy:
$ make -f build/tmk_morphos_gcc all

Notes


INSTALL : AmigaOSToc

Requirements

Dependencies on the Amiga platform are render.library and guigfx.library. Modules requiring these can be commented out in mods/build/tmkmakefile:
visual render.library, guigfx.library
Supported compilers are SAS/C and GCC. The GCC build is currently unmaintained.

Installation

At the top-level directory, type:
$ smake help
This will guide you through the build process. The normal build procedure is invoked with:
$ smake amiga
The global installation path on the Amiga platform is TEKLIB:. It will be used as a fallback if modules cannot be found locally in an application's module directory, PROGDIR:mod. Installation is optional, but recommended for side projects to work:
$ smake amiga_install

Notes


INSTALL : Playstation 2Toc

Please refer to teklib/doc/README.ps2.

INSTALL : Mac OS XToc

The Mac OS X port (formerly named darwin_gcc) is currently unmaintained, and the build is likely to fail. Refer to the instructions for a Unix version for getting started.

INSTALL : Table of contents


Generated Fri Oct 7 16:46:59 2005 from INSTALL