Skip to content

baseboxorg/jadecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jade (JDC)

Instructions for compiling in Linux.

Update ubuntu

sudo apt-get update

*install git to download the source code

sudo apt-get install git

*install the other necessary components

sudo apt-get install build-essential libboost1.55-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev

*navigate to the home directory

cd ~ *download the jade source code

git clone https://github.com/JDCcoin/Jade.git

*navigate to the downloaded files

cd ~ *navigate to the src file in the source code
cd jade/src

*create obj folder

mkdir obj

*build jaded !This will take a while!

make -f makefile.unix USE_UPNP=-

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published