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
If you want to **run demo**, just run the following command in the top-level directory as follows:
43
43
44
44
```commandline
45
45
make cppinstall_with_demo
46
46
```
47
47
48
-
in the top-level directory, or
48
+
, or
49
49
50
50
```commandline
51
51
# in patchwork-plusplus directory
@@ -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