From d15e8991a297aa7bea65d024bbe2202b84e5d3d1 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Thu, 8 Oct 2020 21:13:13 +0200 Subject: [PATCH] fix path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbbd46e..563f091 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/opt/vc sys Fix symbolic links ``` -python /opt/RaspberryQt/sysroot-relativelinks.py sysroot +python sysroot-relativelinks.py sysroot ``` Build Qt ``` cd build -../qt_src/configure -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=.../tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ../sysroot -prefix /usr/local/RaspberryQt -opensource -confirm-license -no-gbm -skip qtscript -nomake tests -nomake examples -make libs -pkg-config -no-use-gold-linker -v +../qt_src/configure -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=../tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ../sysroot -prefix /usr/local/RaspberryQt -opensource -confirm-license -no-gbm -skip qtscript -nomake tests -nomake examples -make libs -pkg-config -no-use-gold-linker -v make -j12 make install