Skip to content

Commit

Permalink
Use libcurl real object + instructions to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Dec 28, 2024
1 parent 229346a commit 3d05468
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vendors/curl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Building
$ mkdir build

$ cd build

$ cmake -G "Visual Studio 17 2022" -A x64 -DBUILD_SHARED_LIBS=OFF -DCURL_STATIC_CRT=ON -DCURL_USE_SCHANNEL=ON -DBUILD_TESTING=OFF -DCMAKE_USE_OPENSSL=OFF -DHTTP_ONLY=ON ..

$ cmake --build . --config Release
Binary file modified vendors/curl/lib/libcurl.lib
Binary file not shown.

0 comments on commit 3d05468

Please sign in to comment.