Skip to content

Commit b45cd37

Browse files
committed
Clarify that libnice 0.1.18 is recommended
1 parent 5757a37 commit b45cd37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install it, you'll need to satisfy the following dependencies:
1717

1818
* [Jansson](http://www.digip.org/jansson/)
1919
* [libconfig](https://hyperrealm.github.io/libconfig/)
20-
* [libnice](https://libnice.freedesktop.org/) (at least v0.1.16 suggested, master recommended)
20+
* [libnice](https://libnice.freedesktop.org/) (at least v0.1.16 suggested, v0.1.18 recommended)
2121
* [OpenSSL](http://www.openssl.org/) (at least v1.0.1e)
2222
* [libsrtp](https://github.com/cisco/libsrtp) (at least v2.x suggested)
2323
* [usrsctp](https://github.com/sctplab/usrsctp) (only needed if you are interested in Data Channels)

mainpage.dox

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* - \b gengetopt: http://www.gnu.org/software/gengetopt/ (command line)
9090
* - \b Jansson: http://www.digip.org/jansson/ (JSON)
9191
* - \b libconfig: https://hyperrealm.github.io/libconfig/ (configuration files)
92-
* - \b libnice: https://libnice.freedesktop.org/ (ICE/STUN/TURN, at least v0.1.16 suggested, master recommended)
92+
* - \b libnice: https://libnice.freedesktop.org/ (ICE/STUN/TURN, at least v0.1.16 suggested, v0.1.18 recommended)
9393
* - \b OpenSSL: http://www.openssl.org/ (DTLS, at least v1.0.1e)
9494
* - \b libsrtp: https://github.com/cisco/libsrtp (SRTP, at least v2.x suggested)
9595
* - \b usrsctp: http://code.google.com/p/sctp-refimpl/ (\c optional, Data Channels)
@@ -3745,7 +3745,7 @@ ldd janus | grep asan
37453745
* - \b gengetopt: http://www.gnu.org/software/gengetopt/ (command line)
37463746
* - \b Jansson: http://www.digip.org/jansson/ (JSON)
37473747
* - \b libconfig: https://hyperrealm.github.io/libconfig/ (configuration files)
3748-
* - \b libnice: https://libnice.freedesktop.org/ (ICE/STUN/TURN, at least v0.1.16 suggested, master recommended)
3748+
* - \b libnice: https://libnice.freedesktop.org/ (ICE/STUN/TURN, at least v0.1.16 suggested, v0.1.18 recommended)
37493749
* - \b OpenSSL: http://www.openssl.org/ (DTLS, at least v1.0.1e)
37503750
* - \b libsrtp: https://github.com/cisco/libsrtp (SRTP, at least v2.x suggested)
37513751
* - \b usrsctp: http://code.google.com/p/sctp-refimpl/ (\c optional, Data Channels)

0 commit comments

Comments
 (0)