mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
removed pref-pane submodule
This commit is contained in:
parent
8422e02ff6
commit
3db4d7e2a3
4 changed files with 50 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "submodules/settings"]
|
[submodule "submodules/settings"]
|
||||||
path = submodules/settings
|
path = submodules/settings
|
||||||
url = https://gitlab.com/librewolf-community/settings.git
|
url = https://gitlab.com/librewolf-community/settings.git
|
||||||
[submodule "submodules/librewolf-pref-pane"]
|
|
||||||
path = submodules/librewolf-pref-pane
|
|
||||||
url = https://gitlab.com/librewolf-community/browser/librewolf-pref-pane.git
|
|
||||||
|
|
25
README.md
25
README.md
|
@ -1,3 +1,28 @@
|
||||||
|
## LibreWolf build howto
|
||||||
|
|
||||||
|
1. Clone the git repository via https:
|
||||||
|
```
|
||||||
|
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
||||||
|
```
|
||||||
|
or Git:
|
||||||
|
```
|
||||||
|
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
||||||
|
```
|
||||||
|
cd into it, build the LibreWolf tarball, bootstrap the buld environment, and finally, perform the build:
|
||||||
|
```
|
||||||
|
cd source
|
||||||
|
make all
|
||||||
|
make bootstrap
|
||||||
|
make build
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Building LibreWolf from source:
|
## Building LibreWolf from source:
|
||||||
|
|
||||||
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).
|
||||||
|
|
25
README.md.in
25
README.md.in
|
@ -1,3 +1,28 @@
|
||||||
|
## LibreWolf build howto
|
||||||
|
|
||||||
|
1. Clone the git repository via https:
|
||||||
|
```
|
||||||
|
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
||||||
|
```
|
||||||
|
or Git:
|
||||||
|
```
|
||||||
|
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
||||||
|
```
|
||||||
|
cd into it, build the LibreWolf tarball, bootstrap the buld environment, and finally, perform the build:
|
||||||
|
```
|
||||||
|
cd source
|
||||||
|
make all
|
||||||
|
make bootstrap
|
||||||
|
make build
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Building LibreWolf from source:
|
## Building LibreWolf from source:
|
||||||
|
|
||||||
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).
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bacfae8d6b5b0906ca1c10f2c92634553030a489
|
|
Loading…
Reference in a new issue