Changeset: a3c7455724ae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a3c7455724ae Modified Files: documentation/source/build.rst Branch: Oct2020 Log Message:
add some mac-os build description diffs (31 lines): diff --git a/documentation/source/build.rst b/documentation/source/build.rst --- a/documentation/source/build.rst +++ b/documentation/source/build.rst @@ -136,5 +136,27 @@ To compile MonetDB (as normal user):: MacOS ===== +Using homebrew install at least current :: + + bison + openssl + +optional:: + + readline + +To compile MonetDB (as normal user):: + + hg clone http://dev.monetdb.org/hg/MonetDB/ + + cd MonetDB + mkdir build + cd build + PKG_CONFIG_PATH=/usr/local/opt/readline/lib/pkgconfig/ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$home\install -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .. + cmake --build . + cmake --build . --target install + cmake --build . --target test + cmake --build . --target mtest + How to start ============ _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
