diff options
author | Sibi Siddharthan <sibisiddharthan.github@gmail.com> | 2020-06-26 16:11:33 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-06-26 10:08:46 -0700 |
commit | f1f5dff9e7c0ea528ea422922bbe128e24aa83a8 (patch) | |
tree | 4251c90c69cdb00169e5ed791ffc0df323131e8d /shell.c | |
parent | cmake: generate the shell/perl/python scripts and templates, translations (diff) | |
download | tgif-f1f5dff9e7c0ea528ea422922bbe128e24aa83a8.tar.xz |
cmake: installation support for git
Install the built binaries and scripts using CMake
This is very similar to `make install`.
By default the destination directory(DESTDIR) is /usr/local/ on Linux
To set a custom installation path do this:
cmake `relative-path-to-srcdir`
-DCMAKE_INSTALL_PREFIX=`preferred-install-path`
Then run `make install`
Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'shell.c')
0 files changed, 0 insertions, 0 deletions