Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Diamond Coin (DMD) Evolution v 2.0 | NEW wallet, coin mechanics, 50% POS
by
popshot
on 04/05/2014, 16:40:54 UTC
Thank you! So, devs should note all these issues and release a new stable wallet version.

The linux version is stable you just didn't know how to compile it.

 .obj files are compiled files and as such should not be included in Github

We've taken note of it and these are the instructions:

Quote
Update ubuntu
    sudo apt-get update
*install git to download the source code
    sudo apt-get install git
*install the other necessary components
    sudo apt-get install build-essential libboost1.48-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
*navigate to the home directory
    cd ~ *download the diamond source code
    git clone https://github.com/DMDcoin/Diamond-Coin-2.0.1.git
*navigate to the downloaded files
    cd ~ *navigate to the src file in the source code
    cd diamond/src
*create obj folder
    mkdir obj
*build diamondd !This will take a while!
    make -f makefile.unix USE_UPNP=-

Git Readme.md updated so every one is informed now.