| Version 5 (modified by jean.souza, 9 years ago) (diff) |
|---|
Generating VMime Debian package
Generating a package
To generate the Debian package from a fresh git clone you'll need:
- cmake
- build-essential
- libgnutls-dev
- libgsasl7-dev
- libssl-dev
- debhelper
- devscripts
All can be installed with the command:
sudo apt install debhelper devscripts libgnutls-dev libgsasl7-dev libssl-dev
Once everything is installed download vmime from https://github.com/kisli/vmime/releases.
Move the downloaded file to the folder:
./packages/debian-package
and run the script deb-vmime.sh
Install VMime
To install use:
sudo dpkg -i terrama2-vmime_0.9.2-ubuntu14.04_amd64.deb sudo apt-get install -f -y
