diff --git a/.gitmodules b/.gitmodules index bb1f2ba..f48d85d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index cda6171..d174a73 100644 --- a/README.md +++ b/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: 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). diff --git a/README.md.in b/README.md.in index a318be6..baec553 100644 --- a/README.md.in +++ b/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: 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). diff --git a/submodules/librewolf-pref-pane b/submodules/librewolf-pref-pane deleted file mode 160000 index bacfae8..0000000 --- a/submodules/librewolf-pref-pane +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bacfae8d6b5b0906ca1c10f2c92634553030a489