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

change readme

This commit is contained in:
Bert van der Weerd 2021-11-21 13:19:07 +01:00
parent c8b5bf4440
commit 1f8d4e341f
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -1,4 +1,5 @@
## Building LibreWolf from source:
First, let's [download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job).
Next, we set a _version_ variable and creat ourselves a build folder.
@ -49,8 +50,8 @@ To build the source archive:
```
make all
```
To build librewolf, you can use:
If you have a working build environment, you can build librewolf with:
```
make librewolf
```
this extracts the source, and then tries to `./mach build && ./mach package`.
This extracts the source, and then tries to `./mach build && ./mach package`.