diff options
author | me0wmix <me0wmix@sigaint.org> | 2016-01-24 18:00:22 -0700 |
---|---|---|
committer | me0wmix <me0wmix@sigaint.org> | 2016-01-24 18:00:22 -0700 |
commit | 64f4cd965ff1ebe23cb6eabf07debb5b7f463d27 (patch) | |
tree | df81081e4902d84a5faeb5956b0f7a8be3731de4 /README.md | |
parent | Instructions updated to include g++ package and omit optional packages (diff) | |
download | monero-64f4cd965ff1ebe23cb6eabf07debb5b7f463d27.tar.xz |
My markdown-fu sucks :P
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ https://github.com/bitcoin/bitcoin/blob/master/doc/build-openbsd.md You will have to add the serialization, date_time, 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 release-static-64' +To build: `env CC=egcc CXX=eg++ CPP=ecpp DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/path/to/the/boost/you/built make release-static-64` ## Building Documentation |