Skip to content

Commit c8d5d67

Browse files
committed
Fix missing make install
1 parent 97c7441 commit c8d5d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

INSTALL.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ $ cmake -DINSTALL_DIR=/opt/build/occt772 -DBUILD_RELEASE_DISABLE_EXCEPTIONS=OFF
5858
then
5959
```bash
6060
$ make -j4
61+
$ sudo make install
6162
```
6263
and finally add the libraries to the system
6364
```bash

0 commit comments

Comments
 (0)