From 11bb9117bad34083b52650032635e8b09f0e066f Mon Sep 17 00:00:00 2001 From: physicsX Date: Wed, 3 Jan 2024 21:12:36 +0100 Subject: [PATCH] Correct path for link --- QtRaspberryPi6.6.1/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/QtRaspberryPi6.6.1/README.md b/QtRaspberryPi6.6.1/README.md index bcc0c4c..8d10d55 100644 --- a/QtRaspberryPi6.6.1/README.md +++ b/QtRaspberryPi6.6.1/README.md @@ -184,10 +184,9 @@ Now you have croos toolchain, if you like, you can compile simple hello world ap ### Qt compilation First we need to compile Qt for host. -wget https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtbase-everywhere-src-6.6.1.tar.xz - ```bash cd ~ +wget https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtbase-everywhere-src-6.6.1.tar.xz mkdir qt6 qt6/host qt6/pi qt6/host-build qt6/pi-build qt6/src tar xf qtbase-everywhere-src-6.6.1.tar.xz cd qt6/host-build/