RadiantBlockchain / radiant-node

Radiant Blockchain Node - SHA512/256 Proof-of-Work
MIT License
20 stars 32 forks source link

'doc/man/radiant-qt.1', missing #11

Open rur0 opened 1 year ago

rur0 commented 1 year ago

Hi I am trying to build node and qt wallet on arch using https://github.com/RadiantBlockchain/radiant-node/blob/v1.2.0/doc/build-unix-arch.md however when I execute ninja I get this error: ninja: error: 'doc/radiant-qt', needed by 'doc/man/radiant-qt.1', missing and no known rule to make it

Speedy2k commented 1 year ago

I got the same here on a debian system!!! ?? IS there any fix for that ?

rur0 commented 1 year ago

No idea, as of now its not possible to get a radiant wallet on linux systems. The cli wallet is only usable for generation and debug viewing? It would be preferable to develop the cli wallet further to a usable point (seedphrase, balance view, transaction signing..); or atleast fix the radiant-qt compilation

Antares-RXD commented 1 year ago

To compile QT version need this command:

cmake -GNinja .. -DENABLE_MAN=OFF

But QT is not working well with RXD.

The current wallets that work with Radiant are Samara and Electron-Wallet, which is the one recommended.