1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 12:55:40 -04:00
perlbuut/deps/build_deps.sh
2009-12-05 00:02:04 -05:00

24 lines
401 B
Bash
Executable file

#!/bin/bash
#wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz
#tar -xzvf js-1.7.0.tar.gz
rm js-1.8.0-rc1.tar.gz
rm -rf js/
wget http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz
tar -xzvf js-1.8.0-rc1.tar.gz
cd js/src
make -f Makefile.ref
cd ../..
cd JavaScript-SpiderMonkey-0.19-patched
perl Makefile.PL
make
make test
sudo make install
cd ..
sudo cpan Log::Log4perl