Skip to content
Richard Bowden edited this page Jul 1, 2018 · 4 revisions

This is to outline how to build libcurl

macOS (tested on 10.13.2 with MacPorts 2.4.2)

Pre requisites

  • pkgconfig
  • autoconf
  • automake
  • libtool

sudo port install pkgconfig autoconf automake libtool

once those are installed, checkout the libucl repo, cd into the root of the project and run

./autogen.sh ./configure

make or to use all cores make -j$(sysctl -n hw.ncpu)

sudo make install which will install to /usr/local/lib and /usr/local/include