Skip to content
Discussion options

You must be logged in to vote

Examples are built when you run cmake at top-level. They would need libdatachannel and nlohmann_json to be installed and find_package lines for both libraries to compile as standalone.

Simply run:

$ cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
$ cd build
$ make -j4

and examples will be built in build/examples.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by wusspuss
Comment options

You must be logged in to vote
1 reply
@paullouisageneau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants