Unidiff2 files changed, 37 insertions, 12 deletions
|
diff --git a/README b/README index b03724f..b564016 100644 --- a/ README+++ b/ README |
|
@@ -27,16 +27,17 @@ selection mechanisms can be used to identify the points under the |
27 | mouse. Alternatively a keyboard command might be added to provide the | 27 | mouse. Alternatively a keyboard command might be added to provide the |
28 | information upon a keypress. | 28 | information upon a keypress. |
29 | | 29 | |
30 | === | 30 | See configure.ac for a list of build dependencies. |
31 | DB2 | | |
32 | === | | |
33 | | 31 | |
34 | export LDFLAGS="-L/home/db2inst1/sqllib/lib" | 32 | ===================================== |
35 | export CFLAGS="-I/home/db2inst1/sqllib/include" | 33 | Example: Building on a Debian system. |
| | 34 | ===================================== |
36 | | 35 | |
37 | ====================== | 36 | The following Debian packages are used for the build process. |
38 | CLUSTER.CIS.DREXEL.EDU | | |
39 | ====================== | | |
40 | | 37 | |
41 | This project will not build on cluster as the OpenGL support libraries | 38 | libtool |
42 | there do not include support for buffer objects. | 39 | |
| | 40 | To setup the build tools run: |
| | 41 | |
| | 42 | $ libtoolize |
| | 43 | $ autoreconf |
|