From 9172ba1c74db752f31f92833f581a27a0be60d72 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Oct 2019 22:09:15 -0700 Subject: README.md: Document need for 32bit host compiler Signed-off-by: Khem Raj --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 705f2f27..fa497153 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ When building stuff like `qtdeclarative`, `qtquick`, `qtwebkit`, make sure that you have required `PACKAGECONFIG` options enabled in qtbase build, see `qtbase` recipe for detail. +Some recipes like qtwebengine would need 32bit multilib compiler on build +host, especially when target to be built is 32bit, e.g. arm since it builds +v8 engine which requires `$CC -m32` to work, so ensure that host compiler +can generate 32bit code, on archlinux distributions this would be +``` +pacman -S lib32-gcc-libs lib32-glibc +``` Contributing ------------ -- cgit v1.2.3-54-g00ecf