1) downloaded the source... easy enough to download
2) configured my mozilla/browser/config/mozconfig file... easy enough
3) export mozilla/browser/config/mozconfig... easy enough
4) make -f client.mk build... doh error, I need libIDL
a) install Fink ... easy enough (reload terminal.app, re export)
b) use apt-get to install libIDL ... easy enough
5) make again
6) watch compiling
7) 25-30 min later run the bonecho.app ... voila :)
1 comment:
Awesome. I like to see you jumping ahead like this. Keep it up.
One question: did you build from a tarball? If so, you should use CVS instead.
When you do make, start with this:
make -f client.mk checkout
make -f client.mk build
or all in one step:
make -f client.mk
If you already have a tree checked-out, doing 'make...checkout' will do a CVS update for you.
Post a Comment