From 9609b0d2c0e54a524281147e98289a48b12c737b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 21 Nov 2021 00:11:04 +0100 Subject: [PATCH] v92.0.2-3 --- README.md | 7 +++++-- version | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91dbed4..5acf25d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ ## Building LibreWolf from source: First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases); note and download the latest version. Once downloaded, extract it. ``` -export version=94.0.1 +export version=$(cat version) +mkdir build +cd build wget -q https://fresh.librewolf.io/librewolf-$(version)/librewolf-$(version).source.tar.gz tar xf librewolf-$(version).source.tar.gz ``` Next step, if you have not done so already, you must create the build environment: ``` -python3 librewolf-$(version)/lw-assets/bootstrap.py --no-interactive --application-choice=browser +cp librewolf-$(version)/lw-assets/bootstrap.py . +python3 bootstrap.py --no-interactive --application-choice=browser ``` It takes about an hour for me to complete, but it needs to be done only once. diff --git a/version b/version index b060d14..280d0d1 100644 --- a/version +++ b/version @@ -1 +1 @@ -94.0.1 \ No newline at end of file +94.0.2 \ No newline at end of file