You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,19 @@ $ make -j 16
58
58
> Please check your cmake version via `cmake --version`.
59
59
> If it is lower than 3.20, it is automatically updated by `scripts/install_latest_cmake.bash` (see [here](https://github.com/url-kaist/patchwork-plusplus/blob/master/cpp/CMakeLists.txt#L31)).
60
60
61
+
### sudo make install
62
+
63
+
Interestingly, our repository also supports `sudo make install`.
64
+
After the build, go to `cpp/build` directory and then just run
65
+
66
+
```commandline
67
+
sudo make install
68
+
```
69
+
70
+
Consequently, our Patchwork++ is installed in your local environment.
71
+
An example of finding the `patchworkpp` package in another package is also provided in [example_of_find_package](https://github.com/url-kaist/patchwork-plusplus/tree/master/cpp/example_of_find_package)
72
+
73
+
61
74
## :runner: To run the demo codes
62
75
> There are some example codes for your convenience!
63
76
> Please try using Patchwork++ to segment ground points in a 3D point cloud :smiley:
0 commit comments