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

removed pref-pane submodule

This commit is contained in:
Bert van der Weerd 2022-02-03 10:17:35 +01:00
parent 8422e02ff6
commit 3db4d7e2a3
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
4 changed files with 50 additions and 4 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "submodules/settings"]
path = submodules/settings
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

View file

@ -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:
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).

View file

@ -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:
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