Skip to content

Commit

Permalink
Correct path for link
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysicsX authored Jan 3, 2024
1 parent 6c1b71c commit 11bb911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions QtRaspberryPi6.6.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 11bb911

Please sign in to comment.