Skip to content

Commit 8903f29

Browse files
committed
rpifwcrypto: docs: Describe cmake install prefix
1 parent 7fee423 commit 8903f29

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

rpifwcrypto/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ make
2828
sudo make install
2929
```
3030

31+
If overwriting the system (APT) installed `rpi-fw-crypto` set the CMake
32+
install prefix to `/usr`. Otherwise, there will be a library mismatch because
33+
the default install prefix is `/usr/local`:
34+
35+
```
36+
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
37+
```
38+
3139
## Usage
3240

3341
Display usage instructions for all operations:

0 commit comments

Comments
 (0)