Reverted/fixed unix makefile due to multiple complains.
This commit is contained in:
parent
c2892f2a93
commit
5ab03326e7
2 changed files with 3 additions and 4 deletions
|
@ -61,9 +61,10 @@ but using these will break binary wallet compatibility, and is not recommended.
|
|||
|
||||
If you have trouble with libboost dependencies, make sure these are installed:
|
||||
|
||||
sudo apt-get install libboost-timer1.48-dev libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev
|
||||
sudo apt-get install libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev
|
||||
|
||||
(If using Boost 1.37, append -mt to the boost libraries in the makefile)
|
||||
(If using Boost 1.37, append -mt to the boost libraries in the makefile,
|
||||
use `apt-cache search libboost` to find out which version is available for your system.)
|
||||
|
||||
Optional:
|
||||
|
||||
|
|
|
@ -45,11 +45,9 @@ LIBS += \
|
|||
-l boost_program_options$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_thread$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_chrono$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_timer$(BOOST_LIB_SUFFIX) \
|
||||
-l db_cxx$(BDB_LIB_SUFFIX) \
|
||||
-l ssl \
|
||||
-l crypto \
|
||||
-l rt \
|
||||
-Wl,-Bdynamic \
|
||||
-l gmp \
|
||||
-Wl,-B$(LMODE)
|
||||
|
|
Loading…
Reference in a new issue