Post
Topic
Board Announcements (Altcoins)
Re: Coin2.0 [C2.0] - The forward thinking POS altcoin with a plan.
by
otila
on 15/04/2014, 20:53:11 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.