summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-12-14 21:38:08 +0200
committerTor Lillqvist <tml@collabora.com>2022-12-14 23:18:36 +0000
commit52c3744d0669eafadb8e30f500edb9dff0bd7e3d (patch)
tree2f60774e5ad08421a166eed0b2be9f2103af2779 /static
parentc6a8af20c82e3be1c1cc48ef16fb8c323e2fda95 (diff)
Update Qt5 build instructions to use Allotropia's pre-patched repo
Change-Id: I4b739e36a008940705b32a2c83757520e2ae1add Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144196 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'static')
-rw-r--r--static/README.wasm.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md
index 7bca790acf7a..cbe5f74f6607 100644
--- a/static/README.wasm.md
+++ b/static/README.wasm.md
@@ -43,19 +43,14 @@ generally the Qt6 WASM documentation is much better, because it incorporated man
information from the Qt Wiki.
FWIW: Qt 5.15 LTS is not maintained publicly and Qt WASM has quite a few bugs. Most
-WASM fixes from Qt 6 are needed for Qt 5.15 too. They can mainly be cherry-picked from:
-- git log origin/dev src/plugins/platforms/wasm/
-- git log --grep wasm origin/dev
+WASM fixes from Qt 6 are needed for Qt 5.15 too. Allotropia offers a Qt repository
+with the necessary patches cherry-picked.
-We will probably offer our own Qt repository clone at some point.
-
-But even the public Qt 5.15 branch is still broken, so better start with the v5.15.2 tag.
-
- git clone https://github.com/qt/qt5.git
+ git clone https://github.com/allotropia/qt5.git
cd qt5
- git checkout v5.15.2
+ git checkout v5.15.2+wasm
./init-repository --module-subset=qtbase
- ./configure -xplatform wasm-emscripten -feature-thread -prefix $PWD/install-5.15.2
+ ./configure -xplatform wasm-emscripten -feature-thread -prefix <whatever>
make -j<CORES> module-qtbase
Optionally you can add the configure flag "-compile-examples". But then you also have to