dear sir, a stupid question, how to compile on linux(debian/ ubuntu)? #1727
Replies: 4 comments
-
It should be "make". So if that doesn't work you probably didnt clone recursively: git clone --recursive https://github.com/uNetworking/uWebSockets |
Beta Was this translation helpful? Give feedback.
-
(because of submodules) |
Beta Was this translation helpful? Give feedback.
-
thanks. by the way, does the latest version requires compiler with C++20 support? Is gcc 10 ok? |
Beta Was this translation helpful? Give feedback.
-
C++17 is fine but designated initializers are needed but those have been in C for ages so practically all C++17 compilers work. But yes, kind of, to be strictly technical C++20 is needed |
Beta Was this translation helpful? Give feedback.
-
dear sir,
a stupid question, how to compile on linux(debian/ ubuntu)? I try "cmake" and "make", but I failed.
Could you give me some tips? e.g, some bash command? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions