Skip to content

Commit

Permalink
Fixing executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelains authored Jun 5, 2019
1 parent 2c7fcbd commit 26a519a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ This will tell the compiler that libserialcpp.so can be found in `$HOME/serial`

In order to run the sample code under Linux, issue the following command in a terminal:
```
LD_LIBRARY_PATH=$HOME/serial mainEzspTest
cd ~/libezsp/src/example
LD_LIBRARY_PATH=$HOME/serial ./mainEzspTest
```

### Execution
Expand Down

0 comments on commit 26a519a

Please sign in to comment.