mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
cmake: update --install example
This commit is contained in:
parent
36d3ce2011
commit
64d4a41efb
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
`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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue