From 590b5bed36622933f452caf1db18b4dd16a75669 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 24 Mar 2015 03:56:16 +0100 Subject: Bug 1149 - Replacing PCPP w/ JCPP: Update HowToBuild.html --- doc/HowToBuild.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 3879b95d5..c932b6bdc 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -248,7 +248,7 @@ ln -s libudev.so.1 libudev.so
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, +

+ 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:

+

  • Unset your CLASSPATH environment variable:
    -- cgit v1.2.3