diff options
| author | me0wmix <me0wmix@sigaint.org> | 2016-01-24 17:55:22 -0700 |
|---|---|---|
| committer | me0wmix <me0wmix@sigaint.org> | 2016-01-24 17:55:22 -0700 |
| commit | a6794e2e3a9fad9d89c4cfbecca12ccc03b9eb2f (patch) | |
| tree | 0eed258c7d884efdbeebd5005caacad1c28c6733 | |
| parent | 34ebfe39cde8f476417b0a69634eff4be073179a (diff) | |
| download | monzero-core-a6794e2e3a9fad9d89c4cfbecca12ccc03b9eb2f.tar.gz monzero-core-a6794e2e3a9fad9d89c4cfbecca12ccc03b9eb2f.tar.xz monzero-core-a6794e2e3a9fad9d89c4cfbecca12ccc03b9eb2f.zip | |
Instructions updated to include g++ package and omit optional packages
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -166,14 +166,16 @@ We expect to add Monero into the ports tree in the near future, which will aid i 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". +You will need to add a few packages to your system. `pkg_add db cmake gcc gcc-libs g++ miniupnpc gtest`. + +The doxygen and graphviz packages are optional and require the xbase set. 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 to Boost when building as they are needed by Monero. +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 |
