Skip to content

Commit

Permalink
[DOC] Update README.md to add link to TROUBLESHOOT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BoubacarDiene committed Mar 19, 2018
1 parent 58aab78 commit e9c8da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 0. Getting started

- [INSTALL](INSTALL.md) : Prepare your environment and build mmstreamer project
- [HOWTO](HOWTO.md) : Run mmstreamer + update configuration files
- [HOWTO](HOWTO.md) : Run mmstreamer + update configuration files
- [TROUBLESHOOT](TROUBLESHOOT.md) : Fix issues encountered when building and/or running mmstreamer

## 1. Description

Expand Down
3 changes: 2 additions & 1 deletion TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ $ sudo ln -s x86_64-linux-gnu/mesa/libGL.so.1 libGL.so

## 2. Fix "/usr/bin/ld: cannot find -lpng"

Create a symbolic link to the installed version of libpng.
Supposing that "-dev" version of libpng is installed and "/usr/lib/x86_64-linux-gnu/libpng.so"
does not exist, create a symbolic link to the installed version of libpng.
Example on ubuntu 17.10 64 bits :

```
Expand Down

0 comments on commit e9c8da9

Please sign in to comment.