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

release 2

This commit is contained in:
Bert van der Weerd 2021-12-29 06:31:33 +01:00
parent 5b256d7281
commit 56c68fd746
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
3 changed files with 7 additions and 5 deletions

View file

@ -32,6 +32,8 @@ help : README.md
check : README.md
@python3 scripts/update-version.py
@echo "Current release:" $$(cat ./release)
@make --no-print-directory -q README.md
all : librewolf-$(version)-$(release).source$(ext) README.md

View file

@ -1,11 +1,11 @@
## Building LibreWolf from source:
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-1.source.tar.gz?job=build-job)**. This tarball is the latest produced by the CI.
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-2.source.tar.gz?job=build-job)**. This tarball is the latest produced by the CI.
To download the latest from a script, use wget/curl like this:
```
wget -O librewolf-95.0.2-1.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-1.source.tar.gz?job=build-job
curl -L -o librewolf-95.0.2-1.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-1.source.tar.gz?job=build-job
wget -O librewolf-95.0.2-2.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-2.source.tar.gz?job=build-job
curl -L -o librewolf-95.0.2-2.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-95.0.2-2.source.tar.gz?job=build-job
```
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
cd build
tar xf ../librewolf-95.0.2-1.source.tar.gz
tar xf ../librewolf-95.0.2-2.source.tar.gz
```
Next step, if you have not done so already, you must create the build environment:
```

View file

@ -1 +1 @@
1
2