Post
Topic
Board Announcements (Altcoins)
Re: Coin2.0 [C2.0] - The forward thinking POS (FPS GAME DEV. UNDER WAY).
by
nrigo
on 15/05/2014, 17:56:34 UTC
On a separate note, has anyone had success building the new wallet from source? For Linux, following the build-unix.txt in the repo leads to an error
Any linux folks successfully build wallet yet?

go to coin2.0 root directory and type command qmake. It creates Makefile. Then type make -j8 (or whatever concurrency you prefer).
If no qmake command, maybe qmake-qt4 or qmake-qt5.
Linux users can ignore all mingw crap.

FOR LINUX WALLET

You should try this and read others posts and links too:

https://bitcointalk.org/index.php?topic=483847.msg6237208;topicseen#msg6237208

https://bitcointalk.org/index.php?topic=483847.msg6238717#msg6238717

http://www.devtome.com/doku.php?id=making_a_qt_wallet_work_in_ubuntu_12.04