Hi dope crew,
here how-to compile/update dope-wallet on Ubuntu/Debian and a workaround for a little bug (at own risk, dont forget backup wallet.dat before).
In a terminal.
sudo apt-get install git build-essential qt4-qmake libqt4-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.1++-dev libminiupnpc-dev libqrencode-dev
git clone https://github.com/dopecoin-dev/DopeCoinV3.git
git clone https://github.com/philosopherstonecoin/philosopherstone.git
cp philosopherstone/src/leveldb/Makefile DopeCoinV3/src/leveldb/
chmod +x DopeCoinV3/src/leveldb/build_detect_platform
cd DopeCoinV3
qt4-qmake
make
./DopeCoin-Qt
Official bootstrap file (on first post) works, extract its content to ".DopecoinV3" in your home folder.
Cheers