We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11dcdb9 commit 2f9dddeCopy full SHA for 2f9ddde
1 file changed
build_dependencies/install_macos.sh
@@ -20,27 +20,27 @@ git clone --depth 1 --branch v0.7.0 https://github.com/ambi-robotics/fcl.git
20
21
# Install eigen
22
cmake -B build -S eigen
23
-cmake --install build
+sudo cmake --install build
24
25
# Build and install libccd
26
cd libccd
27
cmake . -D ENABLE_DOUBLE_PRECISION=ON
28
make -j4
29
-make install
+sudo make install
30
cd ..
31
32
# Build and install octomap
33
cd octomap
34
cmake . -D CMAKE_BUILD_TYPE=Release -D BUILD_OCTOVIS_SUBPROJECT=OFF -D BUILD_DYNAMICETD3D_SUBPROJECT=OFF
35
36
37
38
39
# Build and install fcl
40
cd fcl
41
cmake .
42
43
44
45
46
0 commit comments