Go to file
2021-02-13 20:16:17 +01:00
content split different builds up again; use this repo only for patches and the tarball build 2021-02-13 20:08:49 +01:00
deb_patches use cleaned up version of a patch 2021-02-02 17:20:26 +01:00
scripts split different builds up again; use this repo only for patches and the tarball build 2021-02-13 20:08:49 +01:00
.gitignore add some optional dependencies during tarball build 2020-03-31 12:35:05 +02:00
.gitlab-ci.yml split different builds up again; use this repo only for patches and the tarball build 2021-02-13 20:08:49 +01:00
arm.patch Partial rewrite of build process 2020-03-06 21:17:06 +01:00
build_tarball.sh split different builds up again; use this repo only for patches and the tarball build 2021-02-13 20:08:49 +01:00
CHANGELOG.md v85.0.1-1 2021-02-05 17:38:47 +01:00
LICENSE.txt Add license extension 2019-08-16 22:07:57 -05:00
megabar.patch v81.0-2 2020-09-30 14:52:19 +02:00
README.md 85.0-1 – get Arch build ready 2021-01-27 16:23:40 +01:00
remove_addons.patch v84.0-1 2020-12-20 20:49:13 +01:00
unity-menubar.patch test building tarball with some very preliminary patches 2021-02-01 13:29:58 +01: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. (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