Skip to content

Commit

Permalink
[docs] CMake install description
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Aug 19, 2019
1 parent b564763 commit 0315fdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ As audio/video packets are streamed from a source to a destination device, SRT d
Install cmake and openssl-devel (or similar name) package. For pthreads
there should be -lpthreads linker flag added.

Default installation directory of `make install` is `/usr/local`.
To define a different installation path, use the `--prefix` option with `configure` or `-DCMAKE_INSTALL_PREFIX` CMake option.

To uninstall, call `make -n install` to list all the dependencies, and then pass the list to `rm`.

### Ubuntu 14
```
sudo apt-get update
Expand Down

0 comments on commit 0315fdb

Please sign in to comment.