mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
release 2
This commit is contained in:
parent
5b256d7281
commit
56c68fd746
3 changed files with 7 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -32,6 +32,8 @@ help : README.md
|
||||||
|
|
||||||
check : README.md
|
check : README.md
|
||||||
@python3 scripts/update-version.py
|
@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
|
all : librewolf-$(version)-$(release).source$(ext) README.md
|
||||||
|
|
|
@ -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-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:
|
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
|
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-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-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.
|
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-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:
|
Next step, if you have not done so already, you must create the build environment:
|
||||||
```
|
```
|
||||||
|
|
2
release
2
release
|
@ -1 +1 @@
|
||||||
1
|
2
|
||||||
|
|
Loading…
Reference in a new issue