diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-10 18:43:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-10 18:43:57 +0000 |
| commit | 8befe433e3a16c55ebcb69039f8d0a07de773ef7 (patch) | |
| tree | 635d9cd704553c34829163f1f86af48353637de0 /packages/README.packages | |
| parent | ed49b396603749a1c7193c4009b826b6a208f50c (diff) | |
Added README and install documentation for binary packages.
git-svn-id: file:///fltk/svn/fltk/trunk@410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'packages/README.packages')
| -rw-r--r-- | packages/README.packages | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/README.packages b/packages/README.packages new file mode 100644 index 000000000..6cc7319e3 --- /dev/null +++ b/packages/README.packages @@ -0,0 +1,21 @@ +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 + +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". |
