Changes

Jump to: navigation, search

JavaScript:New to SpiderMonkey

65 bytes added, 15:34, 11 October 2016
Build the js shell: configure.in isn't really an autoconf input script anymore; it will invoke autoconf on the real stuff for you. Prefer a command that works regardless of local naming.
cd spidermonkey/js/src
cp configure.in configure && chmod +x configure # or autoconf2.13 # or autoconf-2.13
mkdir build_DBG.OBJ
cd build_DBG.OBJ
../configure --enable-debug --disable-optimize
make# or make -j8
cd ..
Confirm
328
edits

Navigation menu