mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
readme.md
This commit is contained in:
parent
aeae0bcf2c
commit
f3d64c9c65
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
## The LibreWolf build instructions
|
## LibreWolf build instructions
|
||||||
|
|
||||||
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.3-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.3-1.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs).
|
||||||
```
|
```
|
||||||
|
@ -6,7 +6,7 @@ tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package run
|
make bootstrap build package run
|
||||||
```
|
```
|
||||||
#### How to make a patch
|
#### How to make a patch:
|
||||||
|
|
||||||
The easiest way to make patches is to go to the LibreWolf source folder:
|
The easiest way to make patches is to go to the LibreWolf source folder:
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## The LibreWolf build instructions
|
## LibreWolf build instructions
|
||||||
|
|
||||||
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-__VERSION__-__RELEASE__.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-__VERSION__-__RELEASE__.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs).
|
||||||
```
|
```
|
||||||
|
@ -6,7 +6,7 @@ tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package run
|
make bootstrap build package run
|
||||||
```
|
```
|
||||||
#### How to make a patch
|
#### How to make a patch:
|
||||||
|
|
||||||
The easiest way to make patches is to go to the LibreWolf source folder:
|
The easiest way to make patches is to go to the LibreWolf source folder:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue