Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
f2fe645a
Commit
f2fe645a
authored
May 08, 2020
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Update for meson
Also, update the RFC numbers that are implemented.
parent
1bfac496
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
README
README
+11
-9
No files found.
README
View file @
f2fe645a
...
@@ -5,7 +5,7 @@ Nice: GLib ICE library
...
@@ -5,7 +5,7 @@ Nice: GLib ICE library
Copyright
Copyright
---------
---------
(C) 2006-20
18
Collabora Ltd.
(C) 2006-20
20
Collabora Ltd.
(C) 2006-2011 Nokia Corporation
(C) 2006-2011 Nokia Corporation
License
License
...
@@ -26,11 +26,8 @@ Requirements
...
@@ -26,11 +26,8 @@ Requirements
Build instructions
Build instructions
------------------
------------------
To build on Linux and Mac, you only need to type the usual commands :
To build, you need Python 3 and Meson. Then need to do:
./configure && make && sudo make install
meson build && ninja -C build && sudo ninja -C build install
Please refer to the INSTALL file for more details.
If you are building from git, you must first run the ./autogen.sh script
to generate the configure file for you.
Structure
Structure
---------
---------
...
@@ -49,15 +46,20 @@ Relevant standards
...
@@ -49,15 +46,20 @@ Relevant standards
These standards are relevant to nice's current implementation.
These standards are relevant to nice's current implementation.
ICE RFC 5245
ICE
http://tools.ietf.org/html/rfc5245
http://tools.ietf.org/html/rfc5245 (old)
http://tools.ietf.org/html/rfc8445
STUN
STUN
http://tools.ietf.org/html/rfc3489
http://tools.ietf.org/html/rfc3489
(old)
http://tools.ietf.org/html/rfc5389
http://tools.ietf.org/html/rfc5389
TURN
TURN
http://tools.ietf.org/html/rfc5766
http://tools.ietf.org/html/rfc5766
RTP
RTP
http://tools.ietf.org/html/rfc3550
http://tools.ietf.org/html/rfc3550
ICE-TCP RFC
http://tools.ietf.org/html/rfc6544
Trickle ICE
https://tools.ietf.org/html/draft-ietf-ice-trickle-21
XMPP Jingle ICE transport
XMPP Jingle ICE transport
http://www.xmpp.org/extensions/xep-0176.html
http://www.xmpp.org/extensions/xep-0176.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment