doc/compiling.md: Add note about installation and ldconfig. Fixes #478

pull/511/head
Jerry Jacobs 2016-10-29 12:03:58 +02:00
rodzic 49248f5985
commit be66bbf200
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,10 @@ $ make
* `libusb-1.0` (plus development headers for building, on debian based distros `libusb-1.0.0-dev` package)
* (optional) for `stlink-gui` we need libgtk-3-dev
### Fixing cannot open shared object file
When installing system-wide (`sudo make install`) the dynamic library cache needs to be updated with the command `ldconfig`.
## Permissions with udev
Make sure you install udev files which are necessary to run the tools without root