#---------------------------------------------------------------------------- # build_libjs.txt - how to build the libjs binaries # and create folder and packages # # Creation : 2010-07-06 schlotze # Last update: $Id$ # # !!! This is not a script but an step-by-step howto !!! #---------------------------------------------------------------------------- exit 1 ### Download the source code from the internet, e.g. # http://www.mozilla.org/js/spidermonkey/ # libjs-1.8.0.tar.bz2 ### Extract archive into a temporary location #tar -xjvf libjs-1.8.0.tar.bz2 cd js ### Build cd js/src make -f Makefile.ref JS_DIST=/usr make -f Makefile.ref export