0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00
LibreWolf - Source Archive
Find a file
2021-12-22 21:47:33 +01:00
assets [fix] the wrong patch for search-config.json 2021-12-21 18:01:19 +01:00
patches [fix] the wrong patch for search-config.json 2021-12-21 18:01:19 +01:00
themes/browser/branding/librewolf removed some trash 2021-11-20 07:31:58 +01:00
.gitlab-ci.yml when:manual was not a good idea 2021-11-21 00:49:35 +01:00
CONTRIBUTING.md Documentation fixes 2021-12-22 21:47:33 +01:00
LICENSE Add LICENSE 2021-11-19 17:42:30 +00:00
Makefile bugfixes 2021-11-25 16:32:03 +01:00
README.md Documentation fixes 2021-12-22 21:47:33 +01:00
version v95.0.2 2021-12-20 04:33:00 +01:00

Building LibreWolf from source:

First, let's download the latest tarball.

To download the latest from a script, use wget/curl like this:

export version=95.0.2 # example
wget -O librewolf-$(version).source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
curl -L -o librewolf-$(version).source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job

This should be enough for builders to create librewolfies, a more detailed description is in the works with documentation in: CONTRIBUTING.md