We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb04ce commit c390572Copy full SHA for c390572
docker/Dockerfile
@@ -67,7 +67,6 @@ RUN git clone https://github.com/ethz-asl/libnabo.git && \
67
# Clone, build and install raycloudtools
68
RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
69
cd raycloudtools && \
70
- git checkout riegl && \
71
mkdir build && \
72
cd build && \
73
cmake .. \
@@ -79,7 +78,7 @@ RUN git clone https://github.com/tim-devereux/raycloudtools.git && \
79
78
-DWITH_LAS=ON \
80
-DDOUBLE_RAYS=ON \
81
-DWITH_TIFF=ON \
82
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=Release && \
83
make -j$(nproc) && \
84
make install && \
85
cd ../.. && \
0 commit comments