Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit b12fbc5

Browse files
Add libeigen3-dev and update CMake build options for ZENOHC
1 parent 70d22ea commit b12fbc5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deploy/dockerfiles/DockerFileRasp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN { \
7979
libffi-dev \
8080
libsqlite3-dev \
8181
libbsd-dev \
82+
libeigen3-dev \
8283
perl \
8384
patch \
8485
m4 \
@@ -151,7 +152,9 @@ RUN { \
151152
cd build && \
152153
cmake .. \
153154
-DCMAKE_INSTALL_PREFIX=/usr/local \
154-
-DBUILD_SHARED_LIBS=FALSE && \
155+
-DBUILD_SHARED_LIBS=FALSE \
156+
-DZENOHC_BUILD_WITH_UNSTABLE_API=true \
157+
-DZENOHC_BUILD_WITH_SHARED_MEMORY=true && \
155158
make -j$(nproc) && \
156159
make install && \
157160
cd ../.. && \

0 commit comments

Comments
 (0)