Skip to content

A wrapper script to pull in the library files required for cyrus-imapd and build them

Notifications You must be signed in to change notification settings

sstubbs/cyruslibs

 
 

Repository files navigation

cyruslibs

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.sh

To build all libraries run:

./build.sh

To fetch, build and install particular library run:

./build.sh cyruslibs <lib>

How tos

Building inside Debian Stretch LXC container

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 bash

Inside container:

apt-get install git -y
cd /usr/src
git clone https://github.com/cyrusimap/cyruslibs.git
./install-dependencies.sh
./build.sh

Libraries will be located at /usr/local/cyruslibs

About

A wrapper script to pull in the library files required for cyrus-imapd and build them

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%