Changeset: 3d68c8928477 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d68c8928477 Modified Files: documentation/source/build.rst Branch: Oct2020 Log Message:
add cleaned macos requirements diffs (39 lines): diff --git a/documentation/source/build.rst b/documentation/source/build.rst --- a/documentation/source/build.rst +++ b/documentation/source/build.rst @@ -136,14 +136,24 @@ To compile MonetDB (as normal user):: MacOS ===== +Install homebrew (this will also install the xcode tools) + Using homebrew install at least current :: - bison - openssl + mercurial + cmake + pkg-config + pcre + openssl + bison optional:: readline + ant + geos + gsl + cfitscio To compile MonetDB (as normal user):: @@ -152,7 +162,7 @@ To compile MonetDB (as normal user):: 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 .. + 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 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list