Post
Topic
Board Announcements (Altcoins)
Re: █████[ANN][TreasureHuntCoin][BOOTY] X11 █ POW █ FREE COINS █████
by
asemov
on 11/06/2014, 18:47:04 UTC
please tell me how compile wallet, I want to study to compile wallet.

Linux system:
git pull COIN_SOURCE_LINK_FROM_GITHUB DST_DIR

without gui:
cd DST_DIR/src/
make -f makefile.unix

with gui:
cd DST_DIR
qmake
make

Pretty much that's it Smiley