1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

cmake: update --install example

This commit is contained in:
Anton Karmanov 2021-01-18 22:02:53 +05:00 committed by Starbeamrainbowlabs
parent 36d3ce2011
commit 64d4a41efb

View file

@ -12,9 +12,9 @@
`cmake --build {{path/to/build_dir/}}` `cmake --build {{path/to/build_dir/}}`
- Install the project: - Install the build artifacts into /usr/local/ striping debugging symbols:
`cmake --install {{path/to/build_dir/}}` `cmake --install {{path/to/build_directory}} --strip --prefix /usr/local/`
- Run a custom build target: - Run a custom build target: