Skip to content

Instantly share code, notes, and snippets.

@Stalinko
Stalinko / build-curl.sh
Created February 9, 2022 14:30
Build latest cURL with BoringSSL / http2 (nghttp2) / zlib
#All of commands are run from root. If you're using non-root user you might need to add "sudo" before some commands
#Install required Ubuntu packages
apt update
apt install git cmake build-essential golang wget autoconf libtool
#Let's build everything in /tmp folder
cd /tmp
#Build BoringSSL