diff options
author | me0wmix <me0wmix@sigaint.org> | 2016-01-22 20:27:01 -0700 |
---|---|---|
committer | me0wmix <me0wmix@sigaint.org> | 2016-01-22 20:27:01 -0700 |
commit | 34ebfe39cde8f476417b0a69634eff4be073179a (patch) | |
tree | 537a5a5309fab64c973903d99600e1366988f51f /README.md | |
parent | More formatting fixes to instructions (diff) | |
download | monero-34ebfe39cde8f476417b0a69634eff4be073179a.tar.xz |
Last fixups in the Cmake stuff and better default build instruction
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -173,9 +173,7 @@ 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. -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 release-static-64" ## Building Documentation |