Merge pull request #108 from stoffu/misc-fix

Misc fix
master
moneroexamples 7 years ago committed by GitHub
commit 605b55ba84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -28,7 +28,7 @@
# (c) 2014-2016 cpp-ethereum contributors. # (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; cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;device;
blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints) blockchain_db;ringct;wallet;cncrypto;easylogging;version;checkpoints)

Loading…
Cancel
Save