Skip to content

Commit

Permalink
Add directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysicsX committed Dec 30, 2023
1 parent fb29414 commit dfa302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QtRaspberryPi6.6.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ We need to pull some libraries/headers from raspberry pi

```bash
cd ~
mkdir rpi-sysroot rpi-sysroot/usr rpi-sysroot/opt
rsync -avz --rsync-path="sudo rsync" ulas@192.168.16.25:/usr/include rpi-sysroot/usr
rsync -avz --rsync-path="sudo rsync" ulas@192.168.16.25:/lib rpi-sysroot
rsync -avz --rsync-path="sudo rsync" ulas@192.168.16.25:/usr/lib rpi-sysroot/usr
Expand All @@ -211,7 +212,6 @@ chmod +x sysroot-relativelinks.py
python3 sysroot-relativelinks.py rpi-sysroot
```


Create toolchain.cmake under qt6 directory

```bash
Expand Down

0 comments on commit dfa302c

Please sign in to comment.