qwertycoin-org / qwertycoin

Qwertycoin is a decentralized peer-to-peer protocol for safe payments worldwide.
https://qwertycoin.org
MIT License
33 stars 29 forks source link

Where are the executables #44

Closed Sw0rdf1sh1 closed 5 years ago

Sw0rdf1sh1 commented 5 years ago

Hi @speqtr

maybe i forgot something but, where are the executables in the build directory? qwertycoind.exe miner.exe walletd.exe simplewallet.exe connectivity_tool.exe

i can't find it in my build folder. But maybe it's only a outdated Readme.md

cmake -DBUILD_ALL:BOOL=TRUE .. Or do you prefer other variant?

@qwertycoin-org This PR can be merge once you see that all CI scripts are "green" 🙂

Originally posted by @speqtr in https://github.com/qwertycoin-org/qwertycoin/pull/42#issuecomment-475987634

nnian commented 5 years ago

See last commit a7729bf695635d4aa02ba0227ad39c1d0752c4f2

speqtr commented 5 years ago

Hi @nnpanda,

Latest commit divides project into three big parts:

Setting DEVELOPER_BUILD or BUILD_ALL option to true will enable all three targets, so running cmake -DBUILD_ALL:BOOL=TRUE .. should result in executables in build folder. In my case executables are placed in qwertycoin/build/release/src.

speqtr commented 5 years ago

@nnpanda @qwertycoin-org can we close this issue? Or is any additional information still required?

nnian commented 5 years ago

@speqtr We can close this Ticket.