mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:43:41 +03:00
parent
c426277b59
commit
8e741644a2
3 changed files with 27 additions and 2 deletions
|
|
@ -233,6 +233,15 @@ Build curl:
|
|||
% make
|
||||
% make install
|
||||
|
||||
You can build curl with cmake:
|
||||
|
||||
% cd ..
|
||||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
% cmake . -B build -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
|
||||
% cmake --build build
|
||||
% cmake --install build
|
||||
|
||||
If `make install` results in `Permission denied` error, you need to prepend
|
||||
it with `sudo`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue