aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorme0wmix <me0wmix@cryptoanarchy.localnet>2016-01-21 11:36:25 -0700
committerme0wmix <me0wmix@cryptoanarchy.localnet>2016-01-21 11:36:25 -0700
commitefc771d682a9937a7963703c64ae782eaf941df4 (patch)
treec17c6e7ba7f055ab3aa541ed2d6f9ecae1c3fa17 /README.md
parentAdded/corrected OpenBSD build instructions. (diff)
downloadmonero-efc771d682a9937a7963703c64ae782eaf941df4.tar.xz
Corrected formatting on OpenBSD instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index b1eceb390..9a3f45b72 100644
--- a/README.md
+++ b/README.md
@@ -168,9 +168,12 @@ This has been tested on OpenBSD 5.8.
You will need to add a few packages to your system. "pkg_add db cmake gcc gcc-libs miniupnpc gtest doxygen graphviz".
-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.
+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.
-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.)
+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