A wrapper script to pull in the library files required for cyrus-imapd and build them
Dependency installation script for Debian clean installation. Tested on Debian Stretch lxc image.
./install-dependencies.shTo build all libraries run:
./build.shTo fetch, build and install particular library run:
./build.sh cyruslibs <lib>Assuming host machine is Ubuntu 18.04 or Debian Stretch.
On host machine run:
lxc launch images:debian/stretch cyrusimap-build
lxc exec cyrusimap-build bashInside container:
apt-get install git -y
cd /usr/src
git clone https://github.com/cyrusimap/cyruslibs.git
./install-dependencies.sh
./build.shLibraries will be located at /usr/local/cyruslibs