-rw-r--r-- | README | 21 | ||||
-rw-r--r-- | configure.ac | 28 |
2 files changed, 37 insertions, 12 deletions
@@ -27,16 +27,17 @@ selection mechanisms can be used to identify the points under the mouse. Alternatively a keyboard command might be added to provide the information upon a keypress. -=== -DB2 -=== +See configure.ac for a list of build dependencies. - export LDFLAGS="-L/home/db2inst1/sqllib/lib" - export CFLAGS="-I/home/db2inst1/sqllib/include" +===================================== +Example: Building on a Debian system. +===================================== -====================== -CLUSTER.CIS.DREXEL.EDU -====================== +The following Debian packages are used for the build process. -This project will not build on cluster as the OpenGL support libraries -there do not include support for buffer objects. +libtool + +To setup the build tools run: + +$ libtoolize +$ autoreconf |