Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
11110681
Topic
1021029
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
Quote from: xPooky on April 16, 2015, 11:07:55 PM
Quote from: YesOrNo on April 16, 2015, 11:06:52 PM
Quote from: xPooky on April 16, 2015, 11:01:42 PM
Quote from: YesOrNo on April 16, 2015, 10:42:41 PM
Quote from: YesOrNo on April 16, 2015, 10:39:06 PM
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
Quote from: YesOrNo on April 16, 2015, 10:42:41 PM
Quote from: YesOrNo on April 16, 2015, 10:39:06 PM
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)