Merge pull request #108 from stoffu/misc-fix

Misc fix
This commit is contained in:
moneroexamples 2018-03-27 20:26:05 +08:00 committed by GitHub
commit 605b55ba84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@ set(LIBRARIES
cryptonote_core
cryptonote_protocol
cryptonote_basic
multisig
daemonizer
cncrypto
blocks

View File

@ -100,7 +100,7 @@ sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound
# go to home folder
cd ~
git clone https://github.com/monero-project/monero
git clone --recursive https://github.com/monero-project/monero
cd monero/

View File

@ -28,7 +28,7 @@
# (c) 2014-2016 cpp-ethereum contributors.
#------------------------------------------------------------------------------
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;multisig;
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)