From 590b5bed36622933f452caf1db18b4dd16a75669 Mon Sep 17 00:00:00 2001
From: Sven Gothel
+ Note-1: The GlueGen source must be fetched using -recurse-submodules,
+ which imports JCPP, now used as the default C preprocessor.
+
+ Note-2: In case you do not get the JOGL sources with -recurse-submodules,
you will miss the following features:
It is crucial that you checkout the source code under a common root directory:
- /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/gluegen.git gluegen
+ /home/dude/projects/jogamp> git clone --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen
/home/dude/projects/jogamp> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl
Now you should have following directory structure:
@@ -257,11 +257,17 @@ ln -s libudev.so.1 libudev.so
/home/dude/projects/jogamp/gluegen
/home/dude/projects/jogamp/jogl
- Note: In case you do not get the JOGL sources with -recurse-submodules,
+
+