~ubuntu-branches/ubuntu/edgy/glui/edgy

« back to all changes in this revision

Viewing changes to readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2001-09-23 12:57:28 UTC
  • Revision ID: james.westby@ubuntu.com-20010923125728-qbts7xit2eg1ogo2
Tags: upstream-2.1.0.beta
ImportĀ upstreamĀ versionĀ 2.1.0.beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Welcome to the GLUI User Interface Library, v2.0 beta!
 
2
-------------------------------------------------
 
3
 
 
4
This distribution contains the full GLUI sources, as well as 5 example
 
5
programs.  You'll find the full manual under "glui_manual.pdf".  The
 
6
GLUI web page is at 
 
7
 
 
8
        http://www.cs.unc.edu/~rademach/glui
 
9
 
 
10
 
 
11
                    ---------- Windows ----------
 
12
 
 
13
The directory 'msvc' contains a Visual C++ workspace entitled
 
14
'glui.dsw'.  To recompile the library and examples, open this
 
15
workspace and run the menu command "Build:Batch Build:Build".  The 3
 
16
executables will be in the 'bin' directory, and the library in the
 
17
'lib' directory.
 
18
 
 
19
To create a new Windows executable using GLUI, create a "Win32 Console
 
20
Application" in VC++, add the GLUI library (in 'msvc/lib/glui32.lib'),
 
21
and add the OpenGL libs:
 
22
 
 
23
        glui32.lib glut32.lib glu32.lib opengl32.lib   (Microsoft OpenGL)
 
24
 
 
25
Include the file "glui.h" in any file that uses the GLUI library.
 
26
 
 
27
 
 
28
                      ---------- Unix ----------
 
29
 
 
30
An SGI/HP makefile is found in the file 'makefile' (certain lines may need 
 
31
to be commented/uncommented).
 
32
 
 
33
To include GLUI in your own apps, add the glui library to your
 
34
makefile (before the glut library 'libglut.a'), and include "glui.h"
 
35
in your sources.
 
36
 
 
37
 
 
38
 
 
39
----------------------------------------------------------------------
 
40
 
 
41
Please let me know what you think, what you'd like to change or add,
 
42
and especially what bugs you encounter.  Also, please send me your
 
43
e-mail so I can add you to a mailing list for updates.
 
44
 
 
45
Good luck, and thanks for trying this out!
 
46
 
 
47
Paul Rademacher
 
48
rademach@cs.unc.edu
 
 
b'\\ No newline at end of file'