diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-07 16:59:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-07 16:59:55 +0000 |
commit | 91d41c6b521f05579c9f86faffbff3989a139d5a (patch) | |
tree | 63d50a51ee1ed224b39f7018cedb04e98b53e8c0 /graphics/py-opengl/files/Setup.add.togl | |
parent | Activate p5-XML-DOM. (diff) |
Re-import of PyOpenGL version 1.5.5.
An OpenGL interface for Python.
PR: 13297
Submitted by: Randall Hopper <aa8vb@ipass.net>
Notes
Notes:
svn path=/head/; revision=22953
Diffstat (limited to 'graphics/py-opengl/files/Setup.add.togl')
-rw-r--r-- | graphics/py-opengl/files/Setup.add.togl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/py-opengl/files/Setup.add.togl b/graphics/py-opengl/files/Setup.add.togl new file mode 100644 index 000000000000..515627ecf0c3 --- /dev/null +++ b/graphics/py-opengl/files/Setup.add.togl @@ -0,0 +1,22 @@ + +# +# TOGL 1.5b3 +# This is a Tk widget module that lets PyOpenGL draw into a Tkinter window. +# If you don't want/have togl, comment out all of the following lines +# +togl \ +# This must match the name of the Togl source directory + -I./Togl-1.5 \ +# These must match the version you have installed + -ILOCALBASE/include/tcl8.0 -ILOCALBASE/include/tk8.0 \ + -LLOCALBASE/lib -ltk80 -ltcl80 \ +# You'll definitely need these (or maybe edit them for MesaGL/MesaGLU: + -IX11BASE/include -LX11BASE/lib \ + -lGLU -lGL \ +# Various combinations of these depending on your platform: + -lX11 -lXmu -lXext -lXt \ +# If you don't have this, something is really wrong! + -lm \ +# for Linux only? +# -ldl \ +togl.c # putting this at the end for \ reasons |