I have made 2 .deb packages for Ubuntu 14.04 LTS for the MultiTasking Linux wallet :
-
SaffronCoin MT Wallet 2.4.2 pre-compiled-
SaffronCoin MT Wallet 2.4.2 NOT compiledFor the pre-compiled one you have to install some dependencies like that :
sudo apt-get install libdb5.3-dev libdb5.3++ libdb5.3 libdb5.3++-dev libboost-dev libboost-filesystem-dev libboost-system-dev libboost-program-options-dev libboost-thread-dev libqt5webkit5-dev
Then :
sudo dpkg -i saffroncoin-qt-mt-compiled-2.4.2.deb
For the not compiled one :
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev qt5-qmake libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev-tools
Then :
sudo dpkg -i saffroncoin-qt-mt-2.4.2.deb
It will compile it and install it into /usr/bin
After that you just have to launch the wallet :
/usr/bin/saffroncoin-qt-mt
Tomorrow I will make same with classic wallet, and both for Debian.
Then I will try to make a repo for Debian/Ubuntu.
Let me know if the .deb packages works