Date: Wed, 14 Apr 2021 11:48:26 -1000 From: bruce <bruce@hawaii-pacific.com> To: freebsd-questions@freebsd.org Subject: Seamonkey build Message-ID: <856707c9-cc2a-846b-df97-8375d9e3bb32@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 #gmake install # uncomment to install 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?856707c9-cc2a-846b-df97-8375d9e3bb32>