Browse Source

update README.md

On Linux, you need to run `ldconfig` after installing a new library.
pull/1313/head
Jian Chang 7 years ago
committed by Max Lv
parent
commit
765bd7b2d0
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -59,6 +59,7 @@ pushd mbedtls-$MBEDTLS_VER
make SHARED=1 CFLAGS=-fPIC make SHARED=1 CFLAGS=-fPIC
sudo make DESTDIR=/usr install sudo make DESTDIR=/usr install
popd popd
sudo ldconfig
``` ```
## Installation ## Installation

Loading…
Cancel
Save