Go to file
ohfp ec78db8bcd
update Changelog and add a note to the Readme
2020-12-25 15:47:56 +01:00
appimage Make it pass desktop-file-validate 2020-05-16 10:31:10 +00:00
arch workaround for build issue with rust 1.48.0 2020-11-23 10:01:30 +01:00
binary_tarball v83.0-1 2020-11-21 13:22:34 +01:00
deb_patches v84.0-1 2020-12-20 20:49:13 +01:00
flatpak add pcsc socket for smartcard access with flatpak 2020-08-26 00:12:11 +02:00
.gitignore add some optional dependencies during tarball build 2020-03-31 12:35:05 +02:00
.gitlab-ci.yml when having two runner tags defined with one of them being offline, jobs did not get picked up 2020-03-31 21:37:25 +02:00
.gitmodules now move shared-modules where the path is pointing to 2020-03-30 22:00:53 +02:00
CHANGELOG.md update Changelog and add a note to the Readme 2020-12-25 15:47:56 +01:00
LICENSE.txt Add license extension 2019-08-16 22:07:57 -05:00
PKGBUILD drop rust fixed version 2020-12-20 22:25:33 +01:00
README.md update Changelog and add a note to the Readme 2020-12-25 15:47:56 +01:00
arm.patch Partial rewrite of build process 2020-03-06 21:17:06 +01:00
build.sh bash-ify all build scripts; fixes #79 2020-03-07 19:44:22 +01:00
librewolf.desktop v76.0-1 2020-05-07 22:05:18 +02:00
librewolf.install Partial rewrite of build process 2020-03-06 21:17:06 +01:00
megabar.patch v81.0-2 2020-09-30 14:52:19 +02:00
remove_addons.patch v84.0-1 2020-12-20 20:49:13 +01:00
trigger_pipeline.md explain triggering the new pipeline 2020-03-30 09:54:06 +02:00

README.md

This Repository contains all the required material to build the browser on Linux platforms.

Status

Unfortunately, at the moment we are only barely keeping up with maintenance releases following upstream Firefox releases. AppImage and Flatpak-releases are still to be considered experimental. Debian builds are already being built by a third party contributer (see !12), and will hopefully soon be integrated as well. We are fully aware of the issues and wishes/improvements piling up rest assured, we will get to them as soon as possible!

Important

The following instructions are currently outdated. The build scripts are currently meant to be run in a CI environment with Docker containers and gitlab-runners. Updated instructions for local builds or setting up your own appropriate runners will be provided again in the future.

Requirements

  • Ubuntu or Linux Mint (Bionic or later)

Notes

  • As this script installs files during the build, it is recommended to run this script in a VM or installation dedicated to building.
  • You will occassionally need to enter your sudo password. Running this script as root has not been tested
  • This script has been tested with Linux Mint 19.1
  • The flatpak build is not ready yet.

Instructions

  • Run build.sh inside this folder. (NOTE: This is currently only semi-functional. A rework of this script is in the making.)
  • Packages will be saved in the repository root folder.

Other builds