summaryrefslogtreecommitdiff
path: root/graphics/py-opengl/files/Setup.add.togl
blob: 4468da3a6f168ebb202cd21342e22c589bdf487a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.2 -ILOCALBASE/include/tk8.2 \
	-LLOCALBASE/lib -ltk82 -ltcl82 \
# 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