Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7256484
Topic
629372
Board
Announcements (Altcoins)
Re: █████[ANN][TreasureHuntCoin][BOOTY] X11 █ POW █ FREE COINS █████
by
asemov
on
11/06/2014, 18:47:04 UTC
Quote from: lxxx on June 11, 2014, 03:04:31 PM
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