Date: Wed, 14 Apr 2021 11:54:56 -1000 From: bruce <bruce@hawaii-pacific.com> To: freebsd-questions@freebsd.org Subject: Seamonkey build Message-ID: <0adf52a5-fb30-5b44-6424-afc783230327@hawaii-pacific.com>
next in thread | raw e-mail | index | archive | help
#! /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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0adf52a5-fb30-5b44-6424-afc783230327>