summaryrefslogtreecommitdiff
path: root/packages/README.packages
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-04-25 22:17:00 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-04-25 22:17:00 +0000
commit4b561b6e908a89d91f466bbc8a76c0f1084ee0df (patch)
tree782dc1b0f175b761f2a75c39d0621cf7e54d91cf /packages/README.packages
parent4edd134933f7d9c6235667eede83bc54cf8e1070 (diff)
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
Diffstat (limited to 'packages/README.packages')
-rw-r--r--packages/README.packages31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/README.packages b/packages/README.packages
deleted file mode 100644
index ce9ab0cfb..000000000
--- a/packages/README.packages
+++ /dev/null
@@ -1,31 +0,0 @@
-README.packages
----------------
-
-Each of the subdirectories provide installation building scripts for
-various operating systems. These are used to produce the standard
-binary distributions provided on the FLTK web site.
-
-To build a distribution for your OS simply run the makedist.sh shell
-script for your operating system:
-
- cd <operating-system>
- sh makedist.sh
-
-Also, we are now including a distribution "list" file for the ESP
-Package Manager. EPM builds tar files and scripts and so works on all
-UNIX operating systems without extra software. To build a distribution
-using EPM run the following from the main FLTK directory:
-
- epm fltk packages/fltk.list
-
-Eventually we may phase out the system-specific installation stuff in
-favor of EPM to make maintenance of the FLTK binaries easier.
-
-For Microsoft Windows we are using the InstallShield software.
-Unfortunately it is nearly impossible to distribute the InstallShield
-"source" files...
-
-If you'd like to contribute a binary distribution for your operating
-system, send email to "webmaster@fltk.org". If you have additions or
-fixes to these scripts and distribution files, please send them to
-"fltk-bugs@fltk.org".