dash-qt linux

virus

New Member
Dec 1, 2020
3
1
3
50
Why in the archives "dashcore-0.16.1.1-aarch64-linux-gnu.tar.gz " and "dashcore-0.16.1.1-arm-linux-gnueabihf.tar.gz" file does not exist /bin/dash-qt? How do I run a dashcore wallet for linux?
 

strophy

Administrator
Dash Core Group
Dash Support Group
Feb 13, 2016
794
519
163
I think the ARM builds do not include a GUI, it is the daemon only. I'm not sure why Qt isn't enabled, maybe there is a dependency problem. You can try to build it yourself with the GUI following the instructions at https://github.com/dashpay/dash/blob/master/doc/build-unix.md

Please report back if are successful or if you run into specific errors, so we can open an issue to enable Qt for the release builds.
 

virus

New Member
Dec 1, 2020
3
1
3
50
I think the ARM builds do not include a GUI, it is the daemon only. I'm not sure why Qt isn't enabled, maybe there is a dependency problem. You can try to build it yourself with the GUI following the instructions at https://github.com/dashpay/dash/blob/master/doc/build-unix.md

Please report back if are successful or if you run into specific errors, so we can open an issue to enable Qt for the release builds.
Debian ARM 32 bit

$ sudo apt install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils cmake
>Ok
$ sudo apt install libprotobuf-dev protobuf-compiler
>Ok
$ cd depends
$ make download-linux
>Ok
$ make HOST= arm-linux-gnueabihf
dashbuild.png

Help!
 
Last edited:
  • Like
Reactions: GrandMasterDash

xkcd

Well-known Member
Masternode Owner/Operator
Feb 19, 2017
563
530
163
australia
mnowatch.org
Dash Address
XpoZXRfr2iFxWhfRSAK3j1jww9xd4tJVez
xcompiling is super tricky, I don't do it personally. Compiling as `root` is dangerous and foolish, the user should stop doing that. The warnings shown in the screenshot may look scary but are also inconsequential, the actual error is not shown in the snip.
 
  • Like
Reactions: raganius

strophy

Administrator
Dash Core Group
Dash Support Group
Feb 13, 2016
794
519
163
Agree, those are build warnings, they will not affect the build.