Download source from http://sourceforge.net/projects/galacticmilieu/files/DeVCoin/ and unpack it anywhere, e.g. /home/emfox/devcoind .
Of course you should have g++ and make to build it, and devcoin use curl and db, we need them, at last, boost and glib2.0 is needed (I don't like bother to find which boost lib, so installed all of them):
make -f makefile.unix USE_UPNP= bitcoind
Now there's a file 'bitcoind' laying in /home/emfox/devcoind/src, but we do not like the name and won't let it stay in a source tree, so we just:
before running it, we should edit and add this line to ~/.devcoin/devcoin.conf:
at last, run!
devcoind should have started, and listening on port 52333.
That's all.