Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
wdnj
on 22/07/2015, 00:49:30 UTC
Code:
Cannot find file: QtBitcoinTrader_Desktop.pro.

Any chance you already cloned the git repository? If not then you would need to do that. I might post some code for it tomorrow it's on a different computer so I'm too lazy to post it now.

Edit:
Code:
git clone https://github.com/JulyIGHOR/QtBitcoinTrader/tree/testing

That will put the whole project in whatever folder you are in when you run it making a sub folder called QtBitcoinTrader. Once you have run that once the following code will grab the current version. I'm sure you don't need the last 4 lines but it should work great. I have it in a .sh file.


Code:

git fetch --all

git merge

git checkout master

cd src

qmake QtBitcoinTrader_Desktop.pro

make

make install

[/quote]
Code:
error: The requested URL returned error: 403 while accessing https://github.com/JulyIGHOR/QtBitcoinTrader/tree/testing/info/refs
fatal: HTTP request failed