Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 564 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 564 Bytes

Build on Linux

  • Install the following debian packages:
sudo apt-get install libctemplate-dev libicu-dev libsasl2-dev libtidy-dev \
    uuid-dev libxml2-dev libglib2.0-dev autoconf automake libtool
mkdir ~/libetpan
cd ~/libetpan
git clone --depth=1 https://github.com/dinhviethoa/libetpan
cd libetpan
./autogen.sh
make >/dev/null
sudo make install prefix=/usr >/dev/null
  • Compile MailCore 2:
cd ~/mailcore2
mkdir build
cd build
cmake ..
make