0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

v92.0.2-3

This commit is contained in:
Bert van der Weerd 2021-11-21 00:11:04 +01:00
parent 6278423a5d
commit 9609b0d2c0
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 6 additions and 3 deletions

View file

@ -1,14 +1,17 @@
## Building LibreWolf from source: ## Building LibreWolf from source:
First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases); note and download the latest version. Once downloaded, extract it. First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases); note and download the latest version. Once downloaded, extract it.
``` ```
export version=94.0.1 export version=$(cat version)
mkdir build
cd build
wget -q https://fresh.librewolf.io/librewolf-$(version)/librewolf-$(version).source.tar.gz wget -q https://fresh.librewolf.io/librewolf-$(version)/librewolf-$(version).source.tar.gz
tar xf librewolf-$(version).source.tar.gz tar xf librewolf-$(version).source.tar.gz
``` ```
Next step, if you have not done so already, you must create the build environment: Next step, if you have not done so already, you must create the build environment:
``` ```
python3 librewolf-$(version)/lw-assets/bootstrap.py --no-interactive --application-choice=browser cp librewolf-$(version)/lw-assets/bootstrap.py .
python3 bootstrap.py --no-interactive --application-choice=browser
``` ```
It takes about an hour for me to complete, but it needs to be done only once. It takes about an hour for me to complete, but it needs to be done only once.

View file

@ -1 +1 @@
94.0.1 94.0.2