Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [OpenSource Mt.Gox/BTC-e trading client for Mac/Windows/Linux]
by
IGHOR
on 14/09/2013, 07:29:23 UTC
Dear Ighor

so sorry to ask

I have qtbitcointrader up and running on my mac

but just want to launch it on my ubuntu box too

I have downloaded the source code from  

https://github.com/JulyIGHOR/QtBitcoinTrader

but how do I Compile it to run

do I simply use  

cd to the directory containing your source code
type: qmake -project
type: qmake
type: make

as this did not work for me what am i missing

please point me in the right direction

Thanks

Ian W

It Ubuntu issue. There is no multimedia library.

Edit QtBitcoinTrader.pro
Set Line 10 to:
QT += network

Edit main.h
Comment line
#define USE_QTMULTIMEDIA

After v1.08 release I'll start working to port Qt Bitcoin Trader to Qt5 and I'll fix this issue.