We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./autogen.sh
./configure
make or to use all cores make -j$(sysctl -n hw.ncpu)
make
make -j$(sysctl -n hw.ncpu)
sudo make install which will install to /usr/local/lib and /usr/local/include
sudo make install