Greg Solovyev has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12847
Change subject: [KUDU-1344] Part 1: cmake install for executables ...................................................................... [KUDU-1344] Part 1: cmake install for executables This change adds cmake install commands for kudu, kudu-tserver and kudu-master executables. Running 'sudo make install' installs the following: - kudu-tserver and kudu-master executables in /usr/local/sbin - Kudu client executable in /usr/local/bin - Kudu client library in /usr/local/lib/ - Kudu client headers in /usr/local/include/kudu This change also adds 3 cmake flags (off by default): - KUDU_SKIP_CLIENT_INSTALL - KUDU_SKIP_TSERVER_INSTALL - KUDU_SKIP_MASTER_INSTALL setting these flags to ON directs cmake to skip corresponding install commands. Update documentation to reflect these changes. Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7 --- M docs/installation.adoc M src/kudu/master/CMakeLists.txt M src/kudu/tools/CMakeLists.txt M src/kudu/tserver/CMakeLists.txt 4 files changed, 123 insertions(+), 47 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/12847/1 -- To view, visit http://gerrit.cloudera.org:8080/12847 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7 Gerrit-Change-Number: 12847 Gerrit-PatchSet: 1 Gerrit-Owner: Greg Solovyev <[email protected]>
