Update README.md

This commit is contained in:
Mike Brady 2017-04-16 20:12:07 +01:00 committed by GitHub
parent 725b18406a
commit 45d20bd214

View file

@ -32,7 +32,7 @@ aclocal: warning: couldn't open directory 'm4': No such file or directory
```
Make it Available
---
* Finally, to make the library visible during compilation, you need to tell `ld` about it. Be careful here if you are on FreeBSD, the Linux commands will mess up your system. On Linux, use the following command:
To make the library visible during compilation, you need to tell `ld` about it. Be careful here if you are on FreeBSD, the Linux commands will mess up your system. On Linux, use the following command:
```
# ldconfig -v
```