Skip to content

Commit

Permalink
[docs] Added prefix link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Aug 19, 2019
1 parent 0315fdb commit df422e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ As audio/video packets are streamed from a source to a destination device, SRT d
* Pthreads (for POSIX systems it's builtin, for Windows there's a library)

## For Linux:

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.
Default installation path prefix of `make install` is `/usr/local`.
To define a different installation path prefix, use the `--prefix` option with `configure`
or [`-DCMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html) CMake option.

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

Expand Down

0 comments on commit df422e5

Please sign in to comment.