mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
readme
This commit is contained in:
parent
9e9b923751
commit
bea85b73a7
2 changed files with 6 additions and 2 deletions
|
@ -20,6 +20,8 @@ After that, you can either build a tarball from it, or run it:
|
||||||
make package
|
make package
|
||||||
make run
|
make run
|
||||||
```
|
```
|
||||||
|
#### 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:
|
||||||
```
|
```
|
||||||
cd librewolf-$(cat version)
|
cd librewolf-$(cat version)
|
||||||
|
@ -30,7 +32,7 @@ git diff > ../mypatch.patch
|
||||||
```
|
```
|
||||||
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
|
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
|
||||||
|
|
||||||
### Building LibreWolf with a tarball instead of git:
|
#### Building LibreWolf with a tarball instead of git:
|
||||||
|
|
||||||
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).
|
||||||
```
|
```
|
||||||
|
|
|
@ -20,6 +20,8 @@ After that, you can either build a tarball from it, or run it:
|
||||||
make package
|
make package
|
||||||
make run
|
make run
|
||||||
```
|
```
|
||||||
|
#### 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:
|
||||||
```
|
```
|
||||||
cd librewolf-$(cat version)
|
cd librewolf-$(cat version)
|
||||||
|
@ -30,7 +32,7 @@ git diff > ../mypatch.patch
|
||||||
```
|
```
|
||||||
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
|
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
|
||||||
|
|
||||||
### Building LibreWolf with a tarball instead of git:
|
#### Building LibreWolf with a tarball instead of git:
|
||||||
|
|
||||||
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).
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue