Install the cppweb framework, which is more convenient to use
Personal use
- Include cppweb.h in the hpp folder to include the header file directly.
- Add -lpthread -lwsock32 when linking
- The scope is cppweb
global use
- Put hpp/cppweb.h into the compiler header file and you can use it
Personal use
-
git clone the repository
-
Including cppweb.h in the hpp folder can directly include the header file.
-
Add -lpthread when linking
-
The scope is cppweb
global use
-
git clone repository
-
make install
-
Add -lpthread when linking
-
using namespace cppweb; (or not)
-
make update
-
Remove make uninstall