RE: How to Install a Gridcoin Wallet on a Raspberry Pi by confuest

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com

Viewing a response to: @confuest/re-roboticmind-re-confuest-re-roboticmind-re-confuest-re-roboticmind-re-confuest-re-roboticmind-how-to-install-a-gridcoin-wallet-on-a-raspberry-pi-20171022t072614892z

·@roboticmind·
0.000 HBD
@confuest,
Try running these commands:
`wget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb`
( one line)

`sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb`
(one line)

`wget http://ftp.us.debian.org/debian/pool/main/b/boost-defaults/libboost-all-dev_1.55.0.2_armhf.deb`
(one line)

`dpkg -i libboost-all-dev_1.55.0.2_armhf.deb`
(one line)

Then run:
`sudo apt-get install gridcoinresearch-qt -y`
(one line)
👍