1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +00:00

Add install in cpu_features README.md file

This commit is contained in:
Carles Fernandez 2022-07-16 10:33:01 +02:00
parent 91ddc4ccb3
commit 30f51a7edf
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -229,6 +229,22 @@ cmake --build build --config Debug --target test
_Note_: Use `--target RUN_TESTS` on the last line for `Visual Studio` and
`--target RUN_TEST` for `XCode`.
* install `cpu_features`
```sh
cmake --build build --config Release --target install -v
```
_Note_: Use `--target INSTALL` for `Visual Studio`.
_Note_: When using `Makefile` or `XCode` generator, you can use
[`DESTDIR`](https://www.gnu.org/software/make/manual/html_node/DESTDIR.html)
to install on a local repository.<br> e.g.
```sh
cmake --build build --config Release --target install -v -- DESTDIR=install
```
<a name="bindings"></a>
## Community bindings