Waterfox install Makefile
Go to file
ed barz fc4f484920 LICENSE added 2019-12-30 09:15:22 +01:00
LICENSE LICENSE added 2019-12-30 09:15:22 +01:00
Makefile initial commit 2019-12-30 08:32:28 +01:00
README.md Install instruction added 2019-12-30 09:14:01 +01:00
waterfox-current-2019.10.en-US.linux-x86_64.tar.bz2.sha256sum initial commit 2019-12-30 08:32:28 +01:00

README.md

Waterfox

This Makefile basically downloads an archive copy of Waterfox from a mirror, checks the file, uncompress it and install waterfox in the /opt/ dir.

The original archive can be downloaded from the Waterfox website.

The executable will be sym-linked to /usr/local/bin/waterfox.

Note that if you use a Desktop Environment (ex. GNOME) you won't find the icon in your app list (if you are using a window manager, it shouldn't be a problem).

Install

Since the Makefile will pull the archive from the mirror, you'll need an internet connection. With sudo rights, simply run make install.

License

Waterfox is distributed under the Mozilla Public License.

This repo simply redistribute the original binaries without any modification to the source code.

For more info, check LICENSE