Skip to content

Commit 501d928

Browse files
authored
Added missing symlinks doc
1 parent c0f6172 commit 501d928

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

QT_build_instructions.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,19 @@ sudo mkdir /usr/local/qt5.15
229229
sudo chown -R pi:pi /usr/local/qt5.15
230230
```
231231

232+
Also don't forget to setup Important Symlinks as follows:
233+
234+
```sh
235+
sudo ln -sf -r /usr/include/arm-linux-gnueabihf/asm /usr/include
236+
sudo ln -sf -r /usr/include/arm-linux-gnueabihf/gnu /usr/include
237+
sudo ln -sf -r /usr/include/arm-linux-gnueabihf/bits /usr/include
238+
sudo ln -sf -r /usr/include/arm-linux-gnueabihf/sys /usr/include
239+
sudo ln -sf -r /usr/include/arm-linux-gnueabihf/openssl /usr/include
240+
sudo ln -sf /usr/lib/arm-linux-gnueabihf/crtn.o /usr/lib/crtn.o
241+
sudo ln -sf /usr/lib/arm-linux-gnueabihf/crt1.o /usr/lib/crt1.o
242+
sudo ln -sf /usr/lib/arm-linux-gnueabihf/crti.o /usr/lib/crti.o
243+
```
244+
232245
That's it for Raspberry Pi setup.
233246

234247
 
@@ -828,4 +841,4 @@ This Project source-code and its precompiled binaries are licensed under the [**
828841
[tar]:https://www.gnu.org/software/tar/
829842
[pigz]:https://zlib.net/pigz/
830843
[license-badge]:https://img.shields.io/github/license/abhiTronix/raspberry-pi-cross-compilers.svg?style=flat&logo=gnu
831-
[kofi-badge]:https://www.ko-fi.com/img/githubbutton_sm.svg
844+
[kofi-badge]:https://www.ko-fi.com/img/githubbutton_sm.svg

0 commit comments

Comments
 (0)