aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorjeffpk <[email protected]>2003-06-06 21:45:20 +0000
committerjeffpk <[email protected]>2003-06-06 21:45:20 +0000
commit0c2fbad7809ef11096867b206d10e3fafea62a2e (patch)
tree8be47a807fb4ef4d2042681b61f729e9347dfa34 /README.txt
parent454233e113a22a149fe45624ce3e405474ded053 (diff)
added note about dependancy on jutils.jar
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@5 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 3b191e3..9a0a6d4 100644
--- a/README.txt
+++ b/README.txt
@@ -20,6 +20,11 @@ client game programming APIs.
Build Requirements:
+Note: This build depends on there being a jutils.jar in the lib directories
+of both the coreAPI and the plug-ins. If you install the JGI Jutils project
+at the same root as this project and build it first it will put jars in the
+right places.
+
This project has been built in the follwing environment.
-- Win32 (Win 2000 in the case of our machine)
-- Sun J2SDK 1.4 (available at java.sun.com)