Go to file
Bert van der Weerd ce966941fe
v103.0.1
2022-08-05 13:19:01 +02:00
assets add `Distribution` header to rpm specfile 2022-07-24 14:21:09 +02:00
.gitignore Some Improvements 2022-04-19 06:59:17 +00:00
.gitlab-ci.yml Fix build errors by implmenting dind on gitlab ci 2022-07-23 21:18:42 +02:00
LICENSE Add LICENSE 2022-02-04 19:59:54 +00:00
Makefile allow for custom SOURCE_URL 2022-07-29 01:39:02 +02:00
README.md update target table 2022-07-23 22:02:29 +02:00
release bump to version 100.0-1 2022-05-04 01:31:19 +02:00
source_release v103.0.1 2022-08-05 13:19:01 +02:00
version v103.0.1 2022-08-05 13:19:01 +02:00

README.md

🔨 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) -
└─ Fedora (rpm) (fedora35, fedora36) -
└─ 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.