Find a file
Bert van der Weerd 3dd22413c1
fix
2023-02-07 12:11:46 +01:00
assets fix 2023-02-07 12:11:46 +01:00
.gitignore removed typescript files 2022-09-27 10:27:28 +02:00
.gitlab-ci.yml not using the dind image 2023-02-07 12:01:21 +01:00
LICENSE Add LICENSE 2022-02-04 19:59:54 +00:00
Makefile adding windocker stuff from bsys6 on this branch 2023-02-05 12:18:46 +01:00
README.md Replace Fedora 35 with Fedora 37 2023-01-14 16:37:19 +01:00
release bump to version 100.0-1 2022-05-04 01:31:19 +02:00
source_release bump to 109.0.1-2 2023-02-02 10:17:29 +01:00
version bump to 109.0.1 2023-02-01 19:18:15 +01:00

🔨 bsys5

This repo contains scripts and assets to build the LibreWolf source tarball for various platforms with docker, as well as binary releases produced by those scripts.

Supported Targets

Platform x86_64 aarch64
Linux
└─ Debian (deb) (debian11) -
└─ Ubuntu (deb) (ubuntu20, ubuntu22) -
└─ Mint (deb) (mint20, mint21) -
└─ Fedora (rpm) (fedora36, fedora37) -
└─ openSUSE (rpm) (tumbleweed) -
MacOS (dmg) (macos-x64_64) (macos-aarch64)
Windows WIP -

Running bsys5 Locally

Note: Bsys5 only works on Linux. Other platforms are cross-compiled from Linux.

To build LibreWolf with bsys5 locally, just install Docker and then clone this repository. Then you can just build the target you want with:

make <TARGET>, for example make ubuntu22
(See the above table or make help for a list of supported targets.)

This will pull a prebuilt build environment from this repository. If you also want to build that yourself, run make docker-<TARGET> first.