Seamonkey build
bruce
bruce at hawaii-pacific.com
Wed Apr 14 21:55:00 UTC 2021
#! /bin/sh
# cd to directory where you want to download and build seamonkey
fetch
https://archive.mozilla.org/pub/seamonkey/releases/2.53.7/source/seamonkey-2.53.7.source.tar.xz
tar xvzf ./seamonkey-2.53.7.source.tar.xz
cd seamonkey-2.53.7/build/unix
../../configure
gmake
#sudo gmake install # uncomment to install. Must be root.
exit
# You can also go to
https://www.seamonkey-project.org/dev/code-development and follow the
directions there. The dependencies are listed there, but for linux.
#The executable location is: seamonkey-2.53.7/build/unix/dist/bin/
More information about the freebsd-questions
mailing list