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:
parent
6278423a5d
commit
9609b0d2c0
2 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,17 @@
|
|||
## 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.
|
||||
```
|
||||
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
|
||||
tar xf librewolf-$(version).source.tar.gz
|
||||
```
|
||||
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.
|
||||
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
94.0.1
|
||||
94.0.2
|
Loading…
Reference in a new issue