Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
eddycurrent
on 31/12/2019, 11:55:46 UTC
I have made more progress on packaging for linux. There is now a standalone flatpak bundle availalble at this link(https://drive.google.com/open?id=1o1Xi1W5T8jXh7tB66GtQuoYVx-7Cjius). If you have flatpak installed on your system you should be able to install this with the command
Code:
sudo flatpak install slimcoin-qt.flatpak
It is strongly recommended to use this over the bundle I released on saturday as it contains the same binary but is self contained and also removes an issue I found with that bundle in that it does not include the libdb5.3 file. It also provides integration with the system to place slimcoin in the application menu in the window manager. If someone can test this and give me feedback it would be appreciated.

Just as a quick note to add to this, if you are on Ubuntu 16.04 you will need to remove the "sudo" from the beginning of the command to avoid ownership issues. This may apply to other versions  but I have not tested it.