dslinux/user/pixil/libs/flnx/packages README.epm README.packages fltk.list install.html

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 3 13:25:07 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/libs/flnx/packages
In directory antilope:/tmp/cvs-serv11916/libs/flnx/packages

Added Files:
	README.epm README.packages fltk.list install.html 
Log Message:
adding pristine copy of pixil to HEAD so I can branch from it

--- NEW FILE: README.packages ---
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 at fltk.org".  If you have additions or
fixes to these scripts and distribution files, please send them to
"fltk-bugs at fltk.org".

--- NEW FILE: install.html ---
<HTML>
<HEAD>
	<TITLE>FLTK Installation Instructions</TITLE>
</HEAD>
<BODY BGCOLOR=#ccccff">

<H1><FONT FACE="Arial,HELVETICA">FLTK Installation Instructions</FONT></H1>

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

<UL>

	<LI><A HREF="#source">Installing from Source
	<LI><A HREF="#dunix">Installing the Digital UNIX&reg; Distribution
	<LI><A HREF="#hpux">Installing the HP-UX Distribution
	<LI><A HREF="#irix">Installing the IRIX<SUP>TM</SUP> Distribution
	<LI><A HREF="#linux">Installing the Linux Distribution
	<LI><A HREF="#solaris">Installing the Solaris&reg; Distribution
	<LI><A HREF="#windows">Installing the Microsoft Windows&reg; Distribution

</UL>

<H1><FONT FACE="Arial,HELVETICA"><A NAME="source">Installing from Source
</A></FONT></H1>

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

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

<UL><PRE>
./configure --prefix=<I>/full/directory/path</I> <B>Enter</B>
</PRE></UL>

prior to building and installing the software.

<H1><FONT FACE="Arial,HELVETICA"><A NAME="dunix">Installing the Digital UNIX Distribution
</A></FONT></H1>

The Digital UNIX distribution is in <tt>setld</tt> format.  To install the
distribution type:

<UL><PRE>
gunzip fltk-1.0.5-dunix.tar.gz <B>Enter</B>
tar xvf fltk-1.0.5-dunix.tar <B>Enter</B>
setld -l fltk-1.0.5-dunix <B>Enter</B>
</PRE></UL>

<H1><FONT FACE="Arial,HELVETICA"><A NAME="hpux">Installing the HP-UX Distribution
</A></FONT></H1>

The HP-UX distribution is in <tt>swinstall</tt> format.  To install the
distribution type:

<UL><PRE>
swremove fltk <B>Enter</B>
gunzip fltk-1.0.5-hpux.depot.gz <B>Enter</B>
swinstall -s <I>/full/path/to/</I>fltk.depot <B>Enter</B>
</PRE></UL>

<H1><FONT FACE="Arial,HELVETICA"><A NAME="irix">Installing the IRIX Distribution
</A></FONT></H1>

The IRIX distribution is in <tt>tardist</tt> format.  To install the
distribution type:

<UL><PRE>
tardist fltk-1.0.5-irix-<I>version</I>.tardist <B>Enter</B>
</PRE></UL>

where <I>version</I> is the version of IRIX you have (5.x, 6.x, etc.)  The
IRIX 5.x distributions use the <tt>-o32</tt> memory model, while the IRIX
6.x distributions use the <tt>-n32</tt> memory model.  If you need a version
of FLTK compiled for the <tt>-64</tt> memory model you'll need to install
FLTK from source.

<H1><FONT FACE="Arial,HELVETICA"><A NAME="linux">Installing the Linux Distribution
</A></FONT></H1>

The Linux distribution is in <tt>rpm</tt> format, which was first made
popular by the RedHat Linux distribution.  To install the distribution
type:

<UL><PRE>
rpm --install fltk-1.0.5-1.<I>processor</I>.rpm <B>Enter</B>
</PRE></UL>

where <I>processor</I> is your processor (alpha, i386, mips, or sparc).

<H1><FONT FACE="Arial,HELVETICA"><A NAME="solaris">Installing the Solaris Distribution
</A></FONT></H1>

The Solaris distribution is in <tt>pkgadd</tt> format.  To install the
distribution type:

<UL><PRE>
pkgrm fltk <B>Enter</B>
gunzip fltk-1.0.5-solaris-<I>processor</I>.pkg.gz <B>Enter</B>
pkgadd fltk-1.0.5-solaris-<I>processor</I>.pkg <B>Enter</B>
</PRE></UL>

where <I>processor</I> is your processor (intel or sparc).

<H1><FONT FACE="Arial,HELVETICA"><A NAME="windows">Installing the Microsoft Windows Distribution
</A></FONT></H1>

The Microsoft Windows distribution is a self-extracting ZIP file that uses
InstallShield<SUP>TM</SUP>.  Simply double-click on the file to install
FLTK.

</BODY>
</HTML>

--- NEW FILE: fltk.list ---
#
# "$Id: fltk.list,v 1.1 2006-10-03 11:25:04 dslinux_amadeus Exp $"
#
# ESP Package Manager (EPM) distribution file.
#
# EPM is a free software distribution program that works with all
# UNIX's.  You can find the EPM distribution in the CUPS distribution
# at "http://www.cups.org", and eventually on the ESP web page at
# "http://www.easysw.com/epm".
#
# Copyright 1998-1999 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
# Please report all bugs and problems to "fltk-bugs at easysw.com".
#

%product Fast Light Tool Kit
%copyright 1998-1999 by Bill Spitzak and others.
%vendor GNU
%license COPYING
%readme packages/README.epm
%version 1.0.6

# GUIs
%system solaris
f 0555 root sys /usr/openwin/bin/fluid fluid/fluid
%system !solaris
f 0555 root sys /usr/bin/X11/fluid fluid/fluid

# Man pages
%system irix
f 0444 root sys /usr/catman/pman/cat1/fluid.z documentation/fluid.z
%system !irix
f 0444 root sys /usr/man/man1/fluid.1 documentation/fluid.1
%system all

# Libraries
%system hpux
f 0555 root sys /usr/lib/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib/libfltk.sl.1 src/libfltk.sl.1
l 0555 root sys /usr/lib/libfltk.sl libfltk.sl.1
%system irix-6.5
f 0555 root sys /usr/lib32/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib32/libfltk.so.1 src/libfltk.so.1
l 0555 root sys /usr/lib32/libfltk.so libfltk.so.1
%system !irix-6.5 !hpux
f 0555 root sys /usr/lib/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib/libfltk.so.1 src/libfltk.so.1
l 0555 root sys /usr/lib/libfltk.so libfltk.so.1
%system all

# Header files...
f 0444 root sys /usr/include/FL/Enumerations.H FL/Enumerations.H
l 0000 root sys /usr/include/FL/Enumerations.h Enumerations.H
f 0444 root sys /usr/include/FL/Fl.H FL/Fl.H
l 0000 root sys /usr/include/FL/Fl.h Fl.H
f 0444 root sys /usr/include/FL/Fl_Adjuster.H FL/Fl_Adjuster.H
l 0000 root sys /usr/include/FL/Fl_Adjuster.h Fl_Adjuster.H
f 0444 root sys /usr/include/FL/Fl_Bitmap.H FL/Fl_Bitmap.H
l 0000 root sys /usr/include/FL/Fl_Bitmap.h Fl_Bitmap.H
f 0444 root sys /usr/include/FL/Fl_Box.H FL/Fl_Box.H
l 0000 root sys /usr/include/FL/Fl_Box.h Fl_Box.H
f 0444 root sys /usr/include/FL/Fl_Browser.H FL/Fl_Browser.H
l 0000 root sys /usr/include/FL/Fl_Browser.h Fl_Browser.H
f 0444 root sys /usr/include/FL/Fl_Browser_.H FL/Fl_Browser_.H
l 0000 root sys /usr/include/FL/Fl_Browser_.h Fl_Browser_.H
f 0444 root sys /usr/include/FL/Fl_Button.H FL/Fl_Button.H
l 0000 root sys /usr/include/FL/Fl_Button.h Fl_Button.H
f 0444 root sys /usr/include/FL/Fl_Chart.H FL/Fl_Chart.H
l 0000 root sys /usr/include/FL/Fl_Chart.h Fl_Chart.H
f 0444 root sys /usr/include/FL/Fl_Check_Button.H FL/Fl_Check_Button.H
l 0000 root sys /usr/include/FL/Fl_Check_Button.h Fl_Check_Button.H
f 0444 root sys /usr/include/FL/Fl_Choice.H FL/Fl_Choice.H
l 0000 root sys /usr/include/FL/Fl_Choice.h Fl_Choice.H
f 0444 root sys /usr/include/FL/Fl_Clock.H FL/Fl_Clock.H
l 0000 root sys /usr/include/FL/Fl_Clock.h Fl_Clock.H
f 0444 root sys /usr/include/FL/Fl_Color_Chooser.H FL/Fl_Color_Chooser.H
l 0000 root sys /usr/include/FL/Fl_Color_Chooser.h Fl_Color_Chooser.H
f 0444 root sys /usr/include/FL/Fl_Counter.H FL/Fl_Counter.H
l 0000 root sys /usr/include/FL/Fl_Counter.h Fl_Counter.H
f 0444 root sys /usr/include/FL/Fl_Dial.H FL/Fl_Dial.H
l 0000 root sys /usr/include/FL/Fl_Dial.h Fl_Dial.H
f 0444 root sys /usr/include/FL/Fl_Double_Window.H FL/Fl_Double_Window.H
l 0000 root sys /usr/include/FL/Fl_Double_Window.h Fl_Double_Window.H
f 0444 root sys /usr/include/FL/Fl_Fill_Dial.H FL/Fl_Fill_Dial.H
l 0000 root sys /usr/include/FL/Fl_Fill_Dial.h Fl_Fill_Dial.H
f 0444 root sys /usr/include/FL/Fl_Fill_Slider.H FL/Fl_Fill_Slider.H
l 0000 root sys /usr/include/FL/Fl_Fill_Slider.h Fl_Fill_Slider.H
f 0444 root sys /usr/include/FL/Fl_Float_Input.H FL/Fl_Float_Input.H
l 0000 root sys /usr/include/FL/Fl_Float_Input.h Fl_Float_Input.H
f 0444 root sys /usr/include/FL/Fl_FormsBitmap.H FL/Fl_FormsBitmap.H
l 0000 root sys /usr/include/FL/Fl_FormsBitmap.h Fl_FormsBitmap.H
f 0444 root sys /usr/include/FL/Fl_FormsPixmap.H FL/Fl_FormsPixmap.H
l 0000 root sys /usr/include/FL/Fl_FormsPixmap.h Fl_FormsPixmap.H
f 0444 root sys /usr/include/FL/Fl_Free.H FL/Fl_Free.H
l 0000 root sys /usr/include/FL/Fl_Free.h Fl_Free.H
f 0444 root sys /usr/include/FL/Fl_Gl_Window.H FL/Fl_Gl_Window.H
l 0000 root sys /usr/include/FL/Fl_Gl_Window.h Fl_Gl_Window.H
f 0444 root sys /usr/include/FL/Fl_Group.H FL/Fl_Group.H
l 0000 root sys /usr/include/FL/Fl_Group.h Fl_Group.H
f 0444 root sys /usr/include/FL/Fl_Hold_Browser.H FL/Fl_Hold_Browser.H
l 0000 root sys /usr/include/FL/Fl_Hold_Browser.h Fl_Hold_Browser.H
f 0444 root sys /usr/include/FL/Fl_Hor_Fill_Slider.H FL/Fl_Hor_Fill_Slider.H
l 0000 root sys /usr/include/FL/Fl_Hor_Fill_Slider.h Fl_Hor_Fill_Slider.H
f 0444 root sys /usr/include/FL/Fl_Hor_Nice_Slider.H FL/Fl_Hor_Nice_Slider.H
l 0000 root sys /usr/include/FL/Fl_Hor_Nice_Slider.h Fl_Hor_Nice_Slider.H
f 0444 root sys /usr/include/FL/Fl_Hor_Slider.H FL/Fl_Hor_Slider.H
l 0000 root sys /usr/include/FL/Fl_Hor_Slider.h Fl_Hor_Slider.H
f 0444 root sys /usr/include/FL/Fl_Hor_Value_Slider.H FL/Fl_Hor_Value_Slider.H
l 0000 root sys /usr/include/FL/Fl_Hor_Value_Slider.h Fl_Hor_Value_Slider.H
f 0444 root sys /usr/include/FL/Fl_Image.H FL/Fl_Image.H
l 0000 root sys /usr/include/FL/Fl_Image.h Fl_Image.H
f 0444 root sys /usr/include/FL/Fl_Input.H FL/Fl_Input.H
l 0000 root sys /usr/include/FL/Fl_Input.h Fl_Input.H
f 0444 root sys /usr/include/FL/Fl_Input_.H FL/Fl_Input_.H
l 0000 root sys /usr/include/FL/Fl_Input_.h Fl_Input_.H
f 0444 root sys /usr/include/FL/Fl_Int_Input.H FL/Fl_Int_Input.H
l 0000 root sys /usr/include/FL/Fl_Int_Input.h Fl_Int_Input.H
f 0444 root sys /usr/include/FL/Fl_Light_Button.H FL/Fl_Light_Button.H
l 0000 root sys /usr/include/FL/Fl_Light_Button.h Fl_Light_Button.H
f 0444 root sys /usr/include/FL/Fl_Line_Dial.H FL/Fl_Line_Dial.H
l 0000 root sys /usr/include/FL/Fl_Line_Dial.h Fl_Line_Dial.H
f 0444 root sys /usr/include/FL/Fl_Menu.H FL/Fl_Menu.H
l 0000 root sys /usr/include/FL/Fl_Menu.h Fl_Menu.H
f 0444 root sys /usr/include/FL/Fl_Menu_.H FL/Fl_Menu_.H
l 0000 root sys /usr/include/FL/Fl_Menu_.h Fl_Menu_.H
f 0444 root sys /usr/include/FL/Fl_Menu_Bar.H FL/Fl_Menu_Bar.H
l 0000 root sys /usr/include/FL/Fl_Menu_Bar.h Fl_Menu_Bar.H
f 0444 root sys /usr/include/FL/Fl_Menu_Button.H FL/Fl_Menu_Button.H
l 0000 root sys /usr/include/FL/Fl_Menu_Button.h Fl_Menu_Button.H
f 0444 root sys /usr/include/FL/Fl_Menu_Item.H FL/Fl_Menu_Item.H
l 0000 root sys /usr/include/FL/Fl_Menu_Item.h Fl_Menu_Item.H
f 0444 root sys /usr/include/FL/Fl_Menu_Window.H FL/Fl_Menu_Window.H
l 0000 root sys /usr/include/FL/Fl_Menu_Window.h Fl_Menu_Window.H
f 0444 root sys /usr/include/FL/Fl_Multi_Browser.H FL/Fl_Multi_Browser.H
l 0000 root sys /usr/include/FL/Fl_Multi_Browser.h Fl_Multi_Browser.H
f 0444 root sys /usr/include/FL/Fl_Multi_Label.H FL/Fl_Multi_Label.H
l 0000 root sys /usr/include/FL/Fl_Multi_Label.h Fl_Multi_Label.H
f 0444 root sys /usr/include/FL/Fl_Multiline_Input.H FL/Fl_Multiline_Input.H
l 0000 root sys /usr/include/FL/Fl_Multiline_Input.h Fl_Multiline_Input.H
f 0444 root sys /usr/include/FL/Fl_Multiline_Output.H FL/Fl_Multiline_Output.H
l 0000 root sys /usr/include/FL/Fl_Multiline_Output.h Fl_Multiline_Output.H
f 0444 root sys /usr/include/FL/Fl_Nice_Slider.H FL/Fl_Nice_Slider.H
l 0000 root sys /usr/include/FL/Fl_Nice_Slider.h Fl_Nice_Slider.H
f 0444 root sys /usr/include/FL/Fl_Object.H FL/Fl_Object.H
l 0000 root sys /usr/include/FL/Fl_Object.h Fl_Object.H
f 0444 root sys /usr/include/FL/Fl_Output.H FL/Fl_Output.H
l 0000 root sys /usr/include/FL/Fl_Output.h Fl_Output.H
f 0444 root sys /usr/include/FL/Fl_Overlay_Window.H FL/Fl_Overlay_Window.H
l 0000 root sys /usr/include/FL/Fl_Overlay_Window.h Fl_Overlay_Window.H
f 0444 root sys /usr/include/FL/Fl_Pack.H FL/Fl_Pack.H
l 0000 root sys /usr/include/FL/Fl_Pack.h Fl_Pack.H
f 0444 root sys /usr/include/FL/Fl_Pixmap.H FL/Fl_Pixmap.H
l 0000 root sys /usr/include/FL/Fl_Pixmap.h Fl_Pixmap.H
f 0444 root sys /usr/include/FL/Fl_Positioner.H FL/Fl_Positioner.H
l 0000 root sys /usr/include/FL/Fl_Positioner.h Fl_Positioner.H
f 0444 root sys /usr/include/FL/Fl_Radio_Button.H FL/Fl_Radio_Button.H
l 0000 root sys /usr/include/FL/Fl_Radio_Button.h Fl_Radio_Button.H
f 0444 root sys /usr/include/FL/Fl_Radio_Light_Button.H FL/Fl_Radio_Light_Button.H
l 0000 root sys /usr/include/FL/Fl_Radio_Light_Button.h Fl_Radio_Light_Button.H
f 0444 root sys /usr/include/FL/Fl_Radio_Round_Button.H FL/Fl_Radio_Round_Button.H
l 0000 root sys /usr/include/FL/Fl_Radio_Round_Button.h Fl_Radio_Round_Button.H
f 0444 root sys /usr/include/FL/Fl_Repeat_Button.H FL/Fl_Repeat_Button.H
l 0000 root sys /usr/include/FL/Fl_Repeat_Button.h Fl_Repeat_Button.H
f 0444 root sys /usr/include/FL/Fl_Return_Button.H FL/Fl_Return_Button.H
l 0000 root sys /usr/include/FL/Fl_Return_Button.h Fl_Return_Button.H
f 0444 root sys /usr/include/FL/Fl_Roller.H FL/Fl_Roller.H
l 0000 root sys /usr/include/FL/Fl_Roller.h Fl_Roller.H
f 0444 root sys /usr/include/FL/Fl_Round_Button.H FL/Fl_Round_Button.H
l 0000 root sys /usr/include/FL/Fl_Round_Button.h Fl_Round_Button.H
f 0444 root sys /usr/include/FL/Fl_Round_Clock.H FL/Fl_Round_Clock.H
l 0000 root sys /usr/include/FL/Fl_Round_Clock.h Fl_Round_Clock.H
f 0444 root sys /usr/include/FL/Fl_Scroll.H FL/Fl_Scroll.H
l 0000 root sys /usr/include/FL/Fl_Scroll.h Fl_Scroll.H
f 0444 root sys /usr/include/FL/Fl_Scrollbar.H FL/Fl_Scrollbar.H
l 0000 root sys /usr/include/FL/Fl_Scrollbar.h Fl_Scrollbar.H
f 0444 root sys /usr/include/FL/Fl_Secret_Input.H FL/Fl_Secret_Input.H
l 0000 root sys /usr/include/FL/Fl_Secret_Input.h Fl_Secret_Input.H
f 0444 root sys /usr/include/FL/Fl_Select_Browser.H FL/Fl_Select_Browser.H
l 0000 root sys /usr/include/FL/Fl_Select_Browser.h Fl_Select_Browser.H
f 0444 root sys /usr/include/FL/Fl_Simple_Counter.H FL/Fl_Simple_Counter.H
l 0000 root sys /usr/include/FL/Fl_Simple_Counter.h Fl_Simple_Counter.H
f 0444 root sys /usr/include/FL/Fl_Single_Window.H FL/Fl_Single_Window.H
l 0000 root sys /usr/include/FL/Fl_Single_Window.h Fl_Single_Window.H
f 0444 root sys /usr/include/FL/Fl_Slider.H FL/Fl_Slider.H
l 0000 root sys /usr/include/FL/Fl_Slider.h Fl_Slider.H
f 0444 root sys /usr/include/FL/Fl_Tabs.H FL/Fl_Tabs.H
l 0000 root sys /usr/include/FL/Fl_Tabs.h Fl_Tabs.H
f 0444 root sys /usr/include/FL/Fl_Tile.H FL/Fl_Tile.H
l 0000 root sys /usr/include/FL/Fl_Tile.h Fl_Tile.H
f 0444 root sys /usr/include/FL/Fl_Timer.H FL/Fl_Timer.H
l 0000 root sys /usr/include/FL/Fl_Timer.h Fl_Timer.H
f 0444 root sys /usr/include/FL/Fl_Toggle_Button.H FL/Fl_Toggle_Button.H
l 0000 root sys /usr/include/FL/Fl_Toggle_Button.h Fl_Toggle_Button.H
f 0444 root sys /usr/include/FL/Fl_Toggle_Light_Button.H FL/Fl_Toggle_Light_Button.H
l 0000 root sys /usr/include/FL/Fl_Toggle_Light_Button.h Fl_Toggle_Light_Button.H
f 0444 root sys /usr/include/FL/Fl_Toggle_Round_Button.H FL/Fl_Toggle_Round_Button.H
l 0000 root sys /usr/include/FL/Fl_Toggle_Round_Button.h Fl_Toggle_Round_Button.H
f 0444 root sys /usr/include/FL/Fl_Valuator.H FL/Fl_Valuator.H
l 0000 root sys /usr/include/FL/Fl_Valuator.h Fl_Valuator.H
f 0444 root sys /usr/include/FL/Fl_Value_Input.H FL/Fl_Value_Input.H
l 0000 root sys /usr/include/FL/Fl_Value_Input.h Fl_Value_Input.H
f 0444 root sys /usr/include/FL/Fl_Value_Output.H FL/Fl_Value_Output.H
l 0000 root sys /usr/include/FL/Fl_Value_Output.h Fl_Value_Output.H
f 0444 root sys /usr/include/FL/Fl_Value_Slider.H FL/Fl_Value_Slider.H
l 0000 root sys /usr/include/FL/Fl_Value_Slider.h Fl_Value_Slider.H
f 0444 root sys /usr/include/FL/Fl_Widget.H FL/Fl_Widget.H
l 0000 root sys /usr/include/FL/Fl_Widget.h Fl_Widget.H
f 0444 root sys /usr/include/FL/Fl_Window.H FL/Fl_Window.H
l 0000 root sys /usr/include/FL/Fl_Window.h Fl_Window.H
f 0444 root sys /usr/include/FL/dirent.h FL/dirent.h
f 0444 root sys /usr/include/FL/filename.H FL/filename.H
l 0000 root sys /usr/include/FL/filename.h filename.H
f 0444 root sys /usr/include/FL/fl_ask.H FL/fl_ask.H
l 0000 root sys /usr/include/FL/fl_ask.h fl_ask.H
f 0444 root sys /usr/include/FL/fl_draw.H FL/fl_draw.H
l 0000 root sys /usr/include/FL/fl_draw.h fl_draw.H
f 0444 root sys /usr/include/FL/fl_file_chooser.H FL/fl_file_chooser.H
l 0000 root sys /usr/include/FL/fl_file_chooser.h fl_file_chooser.H
f 0444 root sys /usr/include/FL/fl_message.H FL/fl_message.H
l 0000 root sys /usr/include/FL/fl_message.h fl_message.H
f 0444 root sys /usr/include/FL/fl_show_colormap.H FL/fl_show_colormap.H
l 0000 root sys /usr/include/FL/fl_show_colormap.h fl_show_colormap.H
f 0444 root sys /usr/include/FL/fl_show_input.H FL/fl_show_input.H
l 0000 root sys /usr/include/FL/fl_show_input.h fl_show_input.H
f 0444 root sys /usr/include/FL/forms.H FL/forms.H
l 0000 root sys /usr/include/FL/forms.h forms.H
f 0444 root sys /usr/include/FL/gl.h FL/gl.h
f 0444 root sys /usr/include/FL/gl2opengl.h FL/gl2opengl.h
f 0444 root sys /usr/include/FL/gl_draw.H FL/gl_draw.H
l 0000 root sys /usr/include/FL/gl_draw.h gl_draw.H
f 0444 root sys /usr/include/FL/glut.H FL/glut.H
l 0000 root sys /usr/include/FL/glut.h glut.H
f 0444 root sys /usr/include/FL/math.h FL/math.h
f 0444 root sys /usr/include/FL/menubar.h FL/menubar.h
f 0444 root sys /usr/include/FL/win32.H FL/win32.H
l 0000 root sys /usr/include/FL/win32.h win32.H
f 0444 root sys /usr/include/FL/x.H FL/x.H
l 0000 root sys /usr/include/FL/x.h x.H
l 0000 root sys /usr/include/Fl FL

# Documentation
f 0444 root sys /usr/doc/fltk/FL.gif documentation/FL.gif
f 0444 root sys /usr/doc/fltk/Fl_Adjuster.html documentation/Fl_Adjuster.html
f 0444 root sys /usr/doc/fltk/Fl_Box.html documentation/Fl_Box.html
f 0444 root sys /usr/doc/fltk/Fl_Browser.html documentation/Fl_Browser.html
f 0444 root sys /usr/doc/fltk/Fl_Browser_.html documentation/Fl_Browser_.html
f 0444 root sys /usr/doc/fltk/Fl_Button.html documentation/Fl_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Chart.html documentation/Fl_Chart.html
f 0444 root sys /usr/doc/fltk/Fl_Check_Button.gif documentation/Fl_Check_Button.gif
f 0444 root sys /usr/doc/fltk/Fl_Check_Button.html documentation/Fl_Check_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Choice.html documentation/Fl_Choice.html
f 0444 root sys /usr/doc/fltk/Fl_Clock.html documentation/Fl_Clock.html
f 0444 root sys /usr/doc/fltk/Fl_Color_Chooser.html documentation/Fl_Color_Chooser.html
f 0444 root sys /usr/doc/fltk/Fl_Counter.html documentation/Fl_Counter.html
f 0444 root sys /usr/doc/fltk/Fl_Dial.html documentation/Fl_Dial.html
f 0444 root sys /usr/doc/fltk/Fl_Double_Window.html documentation/Fl_Double_Window.html
f 0444 root sys /usr/doc/fltk/Fl_End.html documentation/Fl_End.html
f 0444 root sys /usr/doc/fltk/Fl_Float_Input.html documentation/Fl_Float_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Free.html documentation/Fl_Free.html
f 0444 root sys /usr/doc/fltk/Fl_Gl_Window.html documentation/Fl_Gl_Window.html
f 0444 root sys /usr/doc/fltk/Fl_Group.html documentation/Fl_Group.html
f 0444 root sys /usr/doc/fltk/Fl_Hold_Browser.html documentation/Fl_Hold_Browser.html
f 0444 root sys /usr/doc/fltk/Fl_Input.html documentation/Fl_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Input_.html documentation/Fl_Input_.html
f 0444 root sys /usr/doc/fltk/Fl_Int_Input.html documentation/Fl_Int_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Light_Button.gif documentation/Fl_Light_Button.gif
f 0444 root sys /usr/doc/fltk/Fl_Light_Button.html documentation/Fl_Light_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Menu_.html documentation/Fl_Menu_.html
f 0444 root sys /usr/doc/fltk/Fl_Menu_Bar.html documentation/Fl_Menu_Bar.html
f 0444 root sys /usr/doc/fltk/Fl_Menu_Button.html documentation/Fl_Menu_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Menu_Item.html documentation/Fl_Menu_Item.html
f 0444 root sys /usr/doc/fltk/Fl_Menu_Window.html documentation/Fl_Menu_Window.html
f 0444 root sys /usr/doc/fltk/Fl_Multi_Browser.html documentation/Fl_Multi_Browser.html
f 0444 root sys /usr/doc/fltk/Fl_Multiline_Input.html documentation/Fl_Multiline_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Multiline_Output.html documentation/Fl_Multiline_Output.html
f 0444 root sys /usr/doc/fltk/Fl_Output.html documentation/Fl_Output.html
f 0444 root sys /usr/doc/fltk/Fl_Overlay_Window.html documentation/Fl_Overlay_Window.html
f 0444 root sys /usr/doc/fltk/Fl_Pack.html documentation/Fl_Pack.html
f 0444 root sys /usr/doc/fltk/Fl_Positioner.html documentation/Fl_Positioner.html
f 0444 root sys /usr/doc/fltk/Fl_Repeat_Button.html documentation/Fl_Repeat_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Return_Button.gif documentation/Fl_Return_Button.gif
f 0444 root sys /usr/doc/fltk/Fl_Return_Button.html documentation/Fl_Return_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Roller.gif documentation/Fl_Roller.gif
f 0444 root sys /usr/doc/fltk/Fl_Roller.html documentation/Fl_Roller.html
f 0444 root sys /usr/doc/fltk/Fl_Round_Button.gif documentation/Fl_Round_Button.gif
f 0444 root sys /usr/doc/fltk/Fl_Round_Button.html documentation/Fl_Round_Button.html
f 0444 root sys /usr/doc/fltk/Fl_Scroll.gif documentation/Fl_Scroll.gif
f 0444 root sys /usr/doc/fltk/Fl_Scroll.html documentation/Fl_Scroll.html
f 0444 root sys /usr/doc/fltk/Fl_Scrollbar.html documentation/Fl_Scrollbar.html
f 0444 root sys /usr/doc/fltk/Fl_Secret_Input.html documentation/Fl_Secret_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Select_Browser.html documentation/Fl_Select_Browser.html
f 0444 root sys /usr/doc/fltk/Fl_Single_Window.html documentation/Fl_Single_Window.html
f 0444 root sys /usr/doc/fltk/Fl_Slider.html documentation/Fl_Slider.html
f 0444 root sys /usr/doc/fltk/Fl_Tabs.html documentation/Fl_Tabs.html
f 0444 root sys /usr/doc/fltk/Fl_Tile.gif documentation/Fl_Tile.gif
f 0444 root sys /usr/doc/fltk/Fl_Tile.html documentation/Fl_Tile.html
f 0444 root sys /usr/doc/fltk/Fl_Timer.html documentation/Fl_Timer.html
f 0444 root sys /usr/doc/fltk/Fl_Valuator.html documentation/Fl_Valuator.html
f 0444 root sys /usr/doc/fltk/Fl_Value_Input.gif documentation/Fl_Value_Input.gif
f 0444 root sys /usr/doc/fltk/Fl_Value_Input.html documentation/Fl_Value_Input.html
f 0444 root sys /usr/doc/fltk/Fl_Value_Output.gif documentation/Fl_Value_Output.gif
f 0444 root sys /usr/doc/fltk/Fl_Value_Output.html documentation/Fl_Value_Output.html
f 0444 root sys /usr/doc/fltk/Fl_Value_Slider.html documentation/Fl_Value_Slider.html
f 0444 root sys /usr/doc/fltk/Fl_Widget.html documentation/Fl_Widget.html
f 0444 root sys /usr/doc/fltk/Fl_Window.html documentation/Fl_Window.html
f 0444 root sys /usr/doc/fltk/adjuster1.gif documentation/adjuster1.gif
f 0444 root sys /usr/doc/fltk/ask.C.gif documentation/ask.C.gif
f 0444 root sys /usr/doc/fltk/basics.html documentation/basics.html
f 0444 root sys /usr/doc/fltk/bglogo.gif documentation/bglogo.gif
f 0444 root sys /usr/doc/fltk/boxtypes.gif documentation/boxtypes.gif
f 0444 root sys /usr/doc/fltk/button.C.gif documentation/button.C.gif
f 0444 root sys /usr/doc/fltk/buttons.gif documentation/buttons.gif
f 0444 root sys /usr/doc/fltk/charts.gif documentation/charts.gif
f 0444 root sys /usr/doc/fltk/choice.gif documentation/choice.gif
f 0444 root sys /usr/doc/fltk/clock.gif documentation/clock.gif
f 0444 root sys /usr/doc/fltk/common.html documentation/common.html
f 0444 root sys /usr/doc/fltk/counter.gif documentation/counter.gif
f 0444 root sys /usr/doc/fltk/cubeview.gif documentation/cubeview.gif
f 0444 root sys /usr/doc/fltk/dial.gif documentation/dial.gif
f 0444 root sys /usr/doc/fltk/drawing.html documentation/drawing.html
f 0444 root sys /usr/doc/fltk/editor-replace.gif documentation/editor-replace.gif
f 0444 root sys /usr/doc/fltk/editor.gif documentation/editor.gif
f 0444 root sys /usr/doc/fltk/editor.html documentation/editor.html
f 0444 root sys /usr/doc/fltk/enumerations.html documentation/enumerations.html
f 0444 root sys /usr/doc/fltk/events.html documentation/events.html
f 0444 root sys /usr/doc/fltk/filechooser.gif documentation/filechooser.gif
f 0444 root sys /usr/doc/fltk/fl_alert.gif documentation/fl_alert.gif
f 0444 root sys /usr/doc/fltk/fl_ask.gif documentation/fl_ask.gif
f 0444 root sys /usr/doc/fltk/fl_choice.gif documentation/fl_choice.gif
f 0444 root sys /usr/doc/fltk/fl_color_chooser.jpg documentation/fl_color_chooser.jpg
f 0444 root sys /usr/doc/fltk/fl_input.gif documentation/fl_input.gif
f 0444 root sys /usr/doc/fltk/fl_message.gif documentation/fl_message.gif
f 0444 root sys /usr/doc/fltk/fl_password.gif documentation/fl_password.gif
f 0444 root sys /usr/doc/fltk/fl_show_colormap.gif documentation/fl_show_colormap.gif
f 0444 root sys /usr/doc/fltk/fluid-org.gif documentation/fluid-org.gif
f 0444 root sys /usr/doc/fltk/fluid.gif documentation/fluid.gif
f 0444 root sys /usr/doc/fltk/fluid.html documentation/fluid.html
f 0444 root sys /usr/doc/fltk/fluid1.gif documentation/fluid1.gif
f 0444 root sys /usr/doc/fltk/fluid2.gif documentation/fluid2.gif
f 0444 root sys /usr/doc/fltk/fluid3.gif documentation/fluid3.gif
f 0444 root sys /usr/doc/fltk/fluid4.gif documentation/fluid4.gif
f 0444 root sys /usr/doc/fltk/fluid_main.gif documentation/fluid_main.gif
f 0444 root sys /usr/doc/fltk/fluid_prefs.gif documentation/fluid_prefs.gif
f 0444 root sys /usr/doc/fltk/fluid_widget.gif documentation/fluid_widget.gif
f 0444 root sys /usr/doc/fltk/forms.html documentation/forms.html
f 0444 root sys /usr/doc/fltk/functions.html documentation/functions.html
f 0444 root sys /usr/doc/fltk/glut.html documentation/glut.html
f 0444 root sys /usr/doc/fltk/hello.C.gif documentation/hello.C.gif
f 0444 root sys /usr/doc/fltk/index.html documentation/index.html
f 0444 root sys /usr/doc/fltk/intro.html documentation/intro.html
f 0444 root sys /usr/doc/fltk/license.html documentation/license.html
f 0444 root sys /usr/doc/fltk/menu.gif documentation/menu.gif
f 0444 root sys /usr/doc/fltk/menu_button.gif documentation/menu_button.gif
f 0444 root sys /usr/doc/fltk/menubar.gif documentation/menubar.gif
f 0444 root sys /usr/doc/fltk/opengl.html documentation/opengl.html
f 0444 root sys /usr/doc/fltk/osissues.html documentation/osissues.html
f 0444 root sys /usr/doc/fltk/positioner.gif documentation/positioner.gif
f 0444 root sys /usr/doc/fltk/preface.html documentation/preface.html
f 0444 root sys /usr/doc/fltk/resizebox1.gif documentation/resizebox1.gif
f 0444 root sys /usr/doc/fltk/resizebox2.gif documentation/resizebox2.gif
f 0444 root sys /usr/doc/fltk/round_clock.gif documentation/round_clock.gif
f 0444 root sys /usr/doc/fltk/scrollbar.gif documentation/scrollbar.gif
f 0444 root sys /usr/doc/fltk/shape.C.gif documentation/shape.C.gif
f 0444 root sys /usr/doc/fltk/slider.gif documentation/slider.gif
f 0444 root sys /usr/doc/fltk/subclassing.html documentation/subclassing.html
f 0444 root sys /usr/doc/fltk/symbols.gif documentation/symbols.gif
f 0444 root sys /usr/doc/fltk/tabs.gif documentation/tabs.gif
f 0444 root sys /usr/doc/fltk/text.gif documentation/text.gif
f 0444 root sys /usr/doc/fltk/valuators.gif documentation/valuators.gif
f 0444 root sys /usr/doc/fltk/value_slider.gif documentation/value_slider.gif
f 0444 root sys /usr/doc/fltk/widgets.html documentation/widgets.html

#
# End of "$Id: fltk.list,v 1.1 2006-10-03 11:25:04 dslinux_amadeus Exp $".
#

--- NEW FILE: README.epm ---
fltk.readme - 09/15/1999
------------------------


INTRODUCTION

    This distribution contains the Fast Light Tool Kit ("FLTK") version
    1.0.5. To install it type:

	./fltk.install ENTER

    If you later decide to remove the software, type:

	/etc/software/fltk.remove ENTER

    Upgrades to the software automatically remove the old version.


RESOURCES

    You can find out more about FLTK at our web site at:

        http://www.fltk.org


LICENSING

    FLTK is provided under the terms of the GNU Library General Public
    License.  A copy of this license is available in the file
    "fltk.license".


REPORTING PROBLEMS

    Please report any problems you encounter with FLTK or this
    distribution to "fltk-bugs at fltk.org".




More information about the dslinux-commit mailing list