Changes between Version 11 and Version 12 of ZooDocumentation/ZOOKernel/DebianLike_installation
- Timestamp:
- Jan 19, 2011, 10:24:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooDocumentation/ZOOKernel/DebianLike_installation
v11 v12 34 34 autoconf 35 35 36 #run configure, in ubuntu 10.04 there isn't libmozjs-dev, for use js, you can compile SpiderMonkey or use xulrunner package which inclue SpiderMonkey, for use the php read [wiki:ZooKernel/Embed/PHP#ConfigureandInstallPHPEmbedlibrary][[BR]]36 #run configure, in ubuntu 10.04 there isn't libmozjs-dev, for use js, you can compile SpiderMonkey or use xulrunner-dev package which inclue SpiderMonkey, for use the php read [wiki:ZooKernel/Embed/PHP#ConfigureandInstallPHPEmbedlibrary][[BR]] 37 37 ./configure --with-java=/path/to/java 38 for use JavaScript with XulRunner SpiderMonkey you have to edit configure file. 39 * JS_LDFLAGS="-L$JSHOME/lib -ljs -lm" --> JS_LDFLAGS="-L$JSHOME/lib -lmozjs -lm" 40 * JS_LIB="js" --> JS_LIB="mozjs" 41 ./configure --with-js=/usr/lib/xulrunner-devel.1.9.2.n 38 42 39 43 #compile[[BR]]