Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRON] Positron - SHA256 POW/DPOS/POS - DynamicPOS Distribution Phase Now
by
YesOrNo
on 16/04/2015, 23:31:55 UTC
Hi guys
Does someone know how to compile linux wallet ?
I'm on Ubuntu 14.04

git clone https://bitbucket.org/positrondev/positron.git

cd positron

qmake -j2 -f Positron-qt.pro  ( and here I got a problem)

make -j2 -f Makefile
i am on 14.04 and here is a qt
https://mega.co.nz/#!OhBE3RrT!dyTNsWVf9KYiF_1UEfyf4c1fsbuTwpjEsP4dqfdf5As
Hi guys
Does someone know how to compile linux wallet ?
I'm on Ubuntu 14.04

git clone https://bitbucket.org/positrondev/positron.git

cd positron

qmake -j2 -f Positron-qt.pro  ( and here I got a problem)

make -j2 -f Makefile
Thank you but can you tell me what I'm doing wrong?
Or how you did it ?
what error did you get
i just use
qmake   than
make
qmake doesn't work ( so probobly I'm missing something)