emarkproject / eMark

https://deutsche-emark.org
MIT License
24 stars 36 forks source link

Lunix support #15

Closed luthermarcus closed 7 years ago

luthermarcus commented 8 years ago

I would like to build wallet on ubuntu. Seems like there is no directions and normal building wont work.

nice42q commented 8 years ago

sudo apt-get install qt4-dev-tools libboost-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libdb++-dev libminiupnpc-dev libssl-dev

git clone https://github.com/emarkproject/eMark

cd eMark

qmake

make

Start the DEM wallet with: cd eMark ./eMark-qt

Does it work? :)