diff options
author | Sven Gothel <[email protected]> | 2015-03-24 03:22:05 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-24 03:22:05 +0100 |
commit | a2bf42eafb8d6bc270f832c6bd49793465a593d4 (patch) | |
tree | b7d091648e7da78cfc8675a1206560469d822fd3 /README.md | |
parent | 2ed80887326a12a2b47826c5ea0256f1b0c180d5 (diff) |
Complete JogAmp GlueGen merge: Relocate and patch unit test, strip unrelated files, add note in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -14,7 +14,18 @@ This project has has been used to successfully preprocess much of the source code of the GNU C library. As of version 1.2.5, it can also preprocess the Apple Objective C library. +# JogAmp Branch + +This branch is modified for JogAmp +to supply [GlueGen](http://jogamp.org/gluegen/www/) with JCPP. + +This branch is only intended as a submodule for GlueGen +and hence must be [build from within GlueGen](http://jogamp.org/gluegen/doc/HowToBuild.html). + +# Original JCPP Version +* [Homepage](http://www.anarres.org/projects/jcpp/) +* [GitHub](https://github.com/shevek/jcpp.git) + # Documentation -* [JavaDoc API](http://shevek.github.io/jcpp/docs/javadoc/) -* [Coverage Report](http://shevek.github.io/jcpp/docs/cobertura/) +* [JavaDoc API](http://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/) |