Closed jryebread closed 3 years ago
Hi, it seems everything is good with your setup. However, libdatachannel requires C++17, therefore you have to change -std=c++14
to -std=c++17
(you can even remove the flag if your g++ is recent enough, C++17 is the default now).
I'm closing this, please re-open if switching to C++ did not solve the issue.
Hi, having some trouble installing on WSL for windows.
not well versed with makefiles, but I ran
make USE_GNUTLS=1 USE_NICE=0
as suggested in BUILD.MD, then i am trying to compile my hello world like so:g++ -std=c++14 -I/mnt/c/Users/James/Desktop/DemoStream/cpp/libdatachannel/include cpp/test.cpp
test.cpp:
getting a bunch of errors from within the library
just need help with how to set up for the rtc #include. thx.