| Version 3 (modified by jano.simas, 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 go to the folder:
./packages/debian-package
and run the script deb-vmime.sh
Install VMime
To install use:
sudo dpkg -i terrama2-vmime_1.0.0_amd64.deb sudo apt-get install -f -y
