Go to file
2020-03-30 21:50:32 +02:00
appimage bzip2 dependency for appimage script 2020-03-30 11:40:19 +02:00
arch de-Archify some aspects of builds and -scripts; allow to initiate separate steps manually; first attempt to build tarball on ubuntu 16.04 2020-03-28 23:15:41 +01:00
binary_tarball build PIE librewolf via hardening-wrapper 2020-03-30 15:34:15 +02:00
deb_patches Disable PGO for deb/ubuntu, because everything is horrible. 2020-03-30 00:26:30 +02:00
flatpak really fix shared-modules path 2020-03-30 21:50:32 +02:00
.gitignore Update gitignore for change in compile folder 2019-06-16 02:00:25 -05:00
.gitlab-ci.yml use same file naming scheme everywhere 2020-03-30 17:42:11 +02:00
.gitmodules extend flatpak json with permissions and dbus-glib shared module 2020-03-30 21:18:30 +02: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
CHANGELOG.md update Changelog 2020-03-24 10:31:40 +01:00
librewolf.desktop Partial rewrite of build process 2020-03-06 21:17:06 +01:00
librewolf.install Partial rewrite of build process 2020-03-06 21:17:06 +01:00
LICENSE.txt Add license extension 2019-08-16 22:07:57 -05:00
PKGBUILD de-Archify some aspects of builds and -scripts; allow to initiate separate steps manually; first attempt to build tarball on ubuntu 16.04 2020-03-28 23:15:41 +01:00
README.md mention current state of build scripts in README.md 2020-03-14 12:05:37 +01:00
trigger_pipeline.md explain triggering the new pipeline 2020-03-30 09:54:06 +02:00

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

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.
  • Packages will be saved in the repository root folder.