Changes between Version 12 and Version 13 of ZooDocumentation/ZOOKernel/DebianLike_installation
- Timestamp:
- Jan 19, 2011, 2:30:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooDocumentation/ZOOKernel/DebianLike_installation
v12 v13 37 37 ./configure --with-java=/path/to/java 38 38 for use JavaScript with XulRunner SpiderMonkey you have to edit configure file. 39 * JS_CPPFLAGS="-I$JSHOME/include/js" --> JS_CPPFLAGS="-I$JSHOME/include" 39 40 * JS_LDFLAGS="-L$JSHOME/lib -ljs -lm" --> JS_LDFLAGS="-L$JSHOME/lib -lmozjs -lm" 40 41 * JS_LIB="js" --> JS_LIB="mozjs"