From 4b561b6e908a89d91f466bbc8a76c0f1084ee0df Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 25 Apr 2000 22:17:00 +0000 Subject: Updated copyright notices for all of the 1.0.x files. Updated the configure script for *BSD and GCC 2.95 (-fno-exceptions) Added install rule to documentation directory. Dumped old packages directory; added traditional RPM spec file and EPM list file (that replace all of the packages stuff) The FLUID man page is now "fluid.1" for the formatted page and "fluid.man" for the non-formatted page, since only IRIX uses pack'd formatted man pages. Whew! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- packages/install.html | 117 -------------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 packages/install.html (limited to 'packages/install.html') diff --git a/packages/install.html b/packages/install.html deleted file mode 100644 index 165d02b35..000000000 --- a/packages/install.html +++ /dev/null @@ -1,117 +0,0 @@ - - - FLTK Installation Instructions - - - -

FLTK Installation Instructions

- -FLTK can be installed from source that you've compiled or using one of the -many pre-built binary distributions: - - - -

Installing from Source -

- -To install from source you'll first need to grab the FLTK source code -and build the software with the make command. To install -FLTK, type make install. - -

By default the installed software is placed under the -/usr/local directory. To change the location of the -installation, use the --prefix option of the configuration -script: - -

- -prior to building and installing the software. - -

Installing the Digital UNIX Distribution -

- -The Digital UNIX distribution is in setld format. To install the -distribution type: - - - -

Installing the HP-UX Distribution -

- -The HP-UX distribution is in swinstall format. To install the -distribution type: - - - -

Installing the IRIX Distribution -

- -The IRIX distribution is in tardist format. To install the -distribution type: - - - -where version is the version of IRIX you have (5.x, 6.x, etc.) The -IRIX 5.x distributions use the -o32 memory model, while the IRIX -6.x distributions use the -n32 memory model. If you need a version -of FLTK compiled for the -64 memory model you'll need to install -FLTK from source. - -

Installing the Linux Distribution -

- -The Linux distribution is in rpm format, which was first made -popular by the RedHat Linux distribution. To install the distribution -type: - - - -where processor is your processor (alpha, i386, mips, or sparc). - -

Installing the Solaris Distribution -

- -The Solaris distribution is in pkgadd format. To install the -distribution type: - - - -where processor is your processor (intel or sparc). - -

Installing the Microsoft Windows Distribution -

- -The Microsoft Windows distribution is a self-extracting ZIP file that uses -InstallShieldTM. Simply double-click on the file to install -FLTK. - - - -- cgit v1.2.3