~akheon23/pose/origin

« back to all changes in this revision

Viewing changes to SrcUnix/espws-2.0/intro.html

  • Committer: Christopher Werkshage
  • Date: 2014-12-27 12:51:57 UTC
  • Revision ID: git-v1:cc9410eb6ec5b4e23248dc175d142202f86be8e8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
        <TITLE>ESP Widget Set for FLTK</TITLE>
 
4
        <META NAME="COPYRIGHT" CONTENT="Copyright 1997-2000">
 
5
        <META NAME="AUTHOR" CONTENT="Easy Software Products">
 
6
        <META NAME="DOCNUMBER" CONTENT="ESPWS-2.0">
 
7
        <LINK REL="STYLESHEET" TYPE="text/css" HREF="fltk.css">
 
8
</HEAD>
 
9
 
 
10
<BODY BGCOLOR="#ccccff">
 
11
 
 
12
<H1>Introduction</H1>
 
13
 
 
14
<P>The ESP Widget Set for FLTK provides check button, file
 
15
chooser, help viewer, and wizard widgets for FLTK. These widgets are
 
16
provided under the terms of the
 
17
<A HREF="http://www.fsf.org/copyleft/gpl.html">GNU General Public
 
18
License</A>.
 
19
 
 
20
<P>The widget set comes with a configure script for UNIX systems and
 
21
Visual C++ workspace and project files for Windows systems.
 
22
 
 
23
<H2>Compiling the Widget Set under UNIX</H2>
 
24
 
 
25
<P>First you must configure the makefile for use on your system; in most
 
26
cases you just need to do:
 
27
 
 
28
<UL><PRE>
 
29
% <KBD>./configure <I>ENTER</I></KBD>
 
30
</PRE></UL>
 
31
 
 
32
<P>If the configure script is unable to determine what C and C++ compilers
 
33
to use, set the <CODE>CC</CODE> and <CODE>CXX</CODE> environment variables
 
34
to the corresponding program.
 
35
 
 
36
<P>The <CODE>CFLAGS</CODE>, <CODE>CXXFLAGS</CODE>, and <CODE>LDFLAGS</CODE>
 
37
environment variables can also be set to tell the compilers and linker
 
38
where to find include files and libraries.
 
39
 
 
40
<P>Once you have successfully configured the makefile, just type:
 
41
 
 
42
<UL><PRE>
 
43
% <KBD>make <I>ENTER</I></KBD>
 
44
</PRE></UL>
 
45
 
 
46
<P>to build the widget set and all the examples.
 
47
 
 
48
<H2>Compiling the Widget Set under Windows</H2>
 
49
 
 
50
<P>The Visual C++ project file was created using Visual C++ 6.0. We do not
 
51
recommend using older versions of Visual C++.
 
52
 
 
53
<P>To build the widget set and all the examples, open the "espws" workspace
 
54
and do a batch build.
 
55
 
 
56
</BODY>
 
57
</HTML>