Skip to content

Commit

Permalink
Modified instructions to build usrsctp in the README (see #2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Oct 1, 2020
1 parent af0d393 commit 95e43a4
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 @@ -113,7 +113,8 @@ For what concerns usrsctp, which is needed for Data Channels support, it is usua
git clone https://github.com/sctplab/usrsctp
cd usrsctp
./bootstrap
./configure --prefix=/usr && make && sudo make install
./configure --prefix=/usr --disable-programs --disable-inet --disable-inet6
make && sudo make install

* *Note:* you may need to pass `--libdir=/usr/lib64` to the configure script if you're installing on a x86_64 distribution.

Expand Down

0 comments on commit 95e43a4

Please sign in to comment.