mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Updated README.md*
This commit is contained in:
parent
a58ffbcbac
commit
6d1107950b
2 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
||||||
## 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-97.0-2.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). You can also check the sha256sum of the tarball there.
|
First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-97.0-2.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). You can also check the sha256sum of the tarball there.
|
||||||
|
|
||||||
|
So here is how build LibreWolf for Linux:
|
||||||
```
|
```
|
||||||
tar xf <tarball>
|
tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package run
|
make bootstrap setup-wasi build package run
|
||||||
```
|
```
|
||||||
#### How to make a patch:
|
#### How to make a patch:
|
||||||
|
|
||||||
|
@ -72,4 +74,4 @@ And it can be uploaded to Bugzilla.
|
||||||
Time to start hacking! You should join us on [Matrix](https://chat.mozilla.org/), say hello in the [Introduction channel](https://chat.mozilla.org/#/room/#introduction:mozilla.org), and [find a bug to start working on](https://codetribute.mozilla.org/). See the [Firefox Contributors’ Quick Reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#firefox-contributors-quick-reference) to learn how to test your changes, send patches to Mozilla, update your source code locally, and more.
|
Time to start hacking! You should join us on [Matrix](https://chat.mozilla.org/), say hello in the [Introduction channel](https://chat.mozilla.org/#/room/#introduction:mozilla.org), and [find a bug to start working on](https://codetribute.mozilla.org/). See the [Firefox Contributors’ Quick Reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#firefox-contributors-quick-reference) to learn how to test your changes, send patches to Mozilla, update your source code locally, and more.
|
||||||
|
|
||||||
#### Hey, I'm using a Mac or Windows :(
|
#### Hey, I'm using a Mac or Windows :(
|
||||||
We understand, life isn't always fair 😺. The same steps as above do apply, you'll just have to walk through the beginning part of the guides for [MacOS](https://firefox-source-docs.mozilla.org/setup/macos_build.html), [Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html).
|
We understand, life isn't always fair 😺. The same steps as above do apply, you'll just have to walk through the beginning part of the guides for [MacOS](https://firefox-source-docs.mozilla.org/setup/macos_build.html), [Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html). To build on Mac/Windows is not very well tested. It should work, perhaps with the exception of the `make setup-wasi` step. Help testing with these targets is always welcome.
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
## 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). You can also check the sha256sum of the tarball there.
|
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). You can also check the sha256sum of the tarball there.
|
||||||
|
|
||||||
|
So here is how build LibreWolf for Linux:
|
||||||
```
|
```
|
||||||
tar xf <tarball>
|
tar xf <tarball>
|
||||||
cd <folder>
|
cd <folder>
|
||||||
make bootstrap build package run
|
make bootstrap setup-wasi build package run
|
||||||
```
|
```
|
||||||
#### How to make a patch:
|
#### How to make a patch:
|
||||||
|
|
||||||
|
@ -72,4 +74,4 @@ And it can be uploaded to Bugzilla.
|
||||||
Time to start hacking! You should join us on [Matrix](https://chat.mozilla.org/), say hello in the [Introduction channel](https://chat.mozilla.org/#/room/#introduction:mozilla.org), and [find a bug to start working on](https://codetribute.mozilla.org/). See the [Firefox Contributors’ Quick Reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#firefox-contributors-quick-reference) to learn how to test your changes, send patches to Mozilla, update your source code locally, and more.
|
Time to start hacking! You should join us on [Matrix](https://chat.mozilla.org/), say hello in the [Introduction channel](https://chat.mozilla.org/#/room/#introduction:mozilla.org), and [find a bug to start working on](https://codetribute.mozilla.org/). See the [Firefox Contributors’ Quick Reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#firefox-contributors-quick-reference) to learn how to test your changes, send patches to Mozilla, update your source code locally, and more.
|
||||||
|
|
||||||
#### Hey, I'm using a Mac or Windows :(
|
#### Hey, I'm using a Mac or Windows :(
|
||||||
We understand, life isn't always fair 😺. The same steps as above do apply, you'll just have to walk through the beginning part of the guides for [MacOS](https://firefox-source-docs.mozilla.org/setup/macos_build.html), [Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html).
|
We understand, life isn't always fair 😺. The same steps as above do apply, you'll just have to walk through the beginning part of the guides for [MacOS](https://firefox-source-docs.mozilla.org/setup/macos_build.html), [Windows](https://firefox-source-docs.mozilla.org/setup/windows_build.html). To build on Mac/Windows is not very well tested. It should work, perhaps with the exception of the `make setup-wasi` step. Help testing with these targets is always welcome.
|
||||||
|
|
Loading…
Reference in a new issue