Building Mailcore2 on linux
问题 I'm trying to build the mailcore2 library on linux (Ubuntu 18.04) but having a hard time. (Mostly) following the directions on their repo here: https://github.com/MailCore/mailcore2/blob/master/build-linux/README.md So first I install dependencies (that all goes fine): sudo apt-get install libctemplate-dev libicu-dev libsasl2-dev libtidy-dev \ uuid-dev libxml2-dev libglib2.0-dev autoconf automake libtool cmake Then it instructs how to build libetpan, but I'm using the updated instructions