lib
and an include
dir. The lib
dir should contain the two libs (I made them symlinks into the build dir). The include
dir is already present by default. Make and populate lib
like this (commands issued in the source tree root, not in the build/
subdirectory).LIBS=-lpthread ./configure --with-ssl=$HOME/src/boringssl
(where I point out the root of the boringssl tree)make
in the curl source tree.make install
etc.