1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00
perlbuut/deps/.svn/text-base/build_deps.sh.svn-base
2009-12-05 00:02:04 -05:00

24 lines
401 B
Bash

#!/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