Skip to content

Latest commit

 

History

History
38 lines (16 loc) · 717 Bytes

Building Guide for Linux.md

File metadata and controls

38 lines (16 loc) · 717 Bytes

Guide - Build Wallet from Source

Setting up the environment:

$ sudo apt-get update

$ sudo apt-get install build-essential git cmake libboost-all-dev python make automake g++ gcc

Step 1: Build and start your wallet with the following steps

$ git clone https://github.com/scordite/scordite.git

$ cd scordite

$ make

Wait for the wallet to finish

Step 2: Enter the compiled folder and start the wallet

$ cd

$ cd scordite

$ cd build

$ cd release

$ cd src

$ ./simplewallet