mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-31 10:03:58 -05:00
readme
This commit is contained in:
parent
d22449b58d
commit
4f0d4b79a2
2 changed files with 4 additions and 4 deletions
|
@ -30,13 +30,13 @@ 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).
|
||||||
```
|
```
|
||||||
tar xf <tarball>
|
tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package
|
make bootstrap build package run
|
||||||
```
|
```
|
||||||
|
|
||||||
That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it.
|
That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it.
|
||||||
|
|
|
@ -30,13 +30,13 @@ 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).
|
||||||
```
|
```
|
||||||
tar xf <tarball>
|
tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package
|
make bootstrap build package run
|
||||||
```
|
```
|
||||||
|
|
||||||
That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it.
|
That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it.
|
||||||
|
|
Loading…
Reference in a new issue