Create user_armhf_lib.md

This commit is contained in:
aiminick 2021-04-03 02:47:12 +08:00 committed by GitHub
parent 352ce3cc27
commit 98d12b5838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
docs/user_armhf_lib.md Normal file
View File

@ -0,0 +1,7 @@
#### A new way to used armhf lib in 64 bit ENV.
```
sudo apt install libc6-armhf-cross libstdc++6-armhf-cross -y
sudo echo '/usr/arm-linux-gnueabihf/lib/' > /etc/ld.so.conf.d/libs_armhf.conf
sudo ldconfig
```