0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Updated README.md

This commit is contained in:
Bert van der Weerd 2022-01-26 12:03:43 +01:00
parent 93f23649a4
commit 991bf8eb1f
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -1,11 +1,11 @@
## Building LibreWolf from source: ## Building LibreWolf from source:
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-1.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-2.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs).
To download the latest from a script, use wget/curl like this: To download the latest from a script, use wget/curl like this:
``` ```
wget -O librewolf-96.0.2-1.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-1.source.tar.gz?job=Build wget -O librewolf-96.0.2-2.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-2.source.tar.gz?job=Build
curl -L -o librewolf-96.0.2-1.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-1.source.tar.gz?job=Build curl -L -o librewolf-96.0.2-2.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.2-2.source.tar.gz?job=Build
``` ```
Next, we create ourselves a build folder and extract the tarball. Next, we create ourselves a build folder and extract the tarball.
@ -13,7 +13,7 @@ Next, we create ourselves a build folder and extract the tarball.
``` ```
mkdir build mkdir build
cd build cd build
tar xf ../librewolf-96.0.2-1.source.tar.gz tar xf ../librewolf-96.0.2-2.source.tar.gz
``` ```
### build environment ### build environment