diff options
author | me0wmix <me0wmix@cryptoanarchy.localnet> | 2016-01-21 11:37:54 -0700 |
---|---|---|
committer | me0wmix <me0wmix@cryptoanarchy.localnet> | 2016-01-21 11:37:54 -0700 |
commit | 82ecb3f0884f151f3a72862fa3bea43296f510b7 (patch) | |
tree | f722208f5fc367363247fba24fe60c8d0dda08ea /README.md | |
parent | Corrected formatting on OpenBSD instructions (diff) | |
download | monero-82ecb3f0884f151f3a72862fa3bea43296f510b7.tar.xz |
More formatting fixes to instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -170,9 +170,11 @@ You will need to add a few packages to your system. "pkg_add db cmake gcc gcc-li The Boost package has a bug that will prevent librpc.a from building correctly. In order to fix this, you will have to Build boost yourself from scratch. Follow the directions here (under "Building Boost"): https://github.com/bitcoin/bitcoin/blob/master/doc/build-openbsd.md -You will have to add the serialize, datetime, and regex modules when building as they are needed by Monero. + +You will have to add the serialize, datetime, and regex modules to Boost when building as they are needed by Monero. To build: "env CC=egcc CXX=eg++ CPP=ecpp DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/path/to/the/boost/you/built make" + You may optionally build it statically by using the correct target. ## Building Documentation |