View Compile_Lycancoin_on_Ubuntu_16.04_Autotools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial setup & dependencies | |
---------------------------- | |
``` | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install git | |
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev | |
sudo apt-get install libboost-all-dev |
View Warnings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lycancoin is an experimental software released under the http://opensource.org/licenses/MIT license. | |
No warranty is made or implied that the software will perform any specific functions and there is always a | |
substantial risk that you could lose or corrupt your wallet. Therfore, any use is at your own risk and peril. | |
BIG WARNING: If you lose or corrupt your wallet - your Lycancoins could be unrecoverable forever! | |
However, following these three rules will help ensure you reduce any untoward events: | |
1. Routinely backup your wallet.dat |
View Compile_Lycancoin_on_Ubuntu_18_04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial setup & dependencies | |
---------------------------- | |
``` | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install git | |
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev | |
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev |
View Compile_Lycancoin_on_Ubuntu_16_04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial setup & dependencies | |
---------------------------- | |
``` | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install git | |
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev | |
sudo apt-get install libboost-all-dev |