mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Improve backends handling and make DECOMPRESSION_BACKEND and PDF_BACKEND settings easier to discover
This commit is contained in:
@ -65,6 +65,7 @@ RUN cd /src/git && \
|
||||
cmake -B build -G Ninja \
|
||||
-DCMAKE_INSTALL_PREFIX=/app \
|
||||
-DDECOMPRESSION_BACKEND=7zip \
|
||||
-DPDF_BACKEND=poppler \
|
||||
-DBUILD_SERVER_STANDALONE=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release && \
|
||||
cmake --build build --parallel && \
|
||||
|
||||
@ -62,6 +62,7 @@ RUN cd /src/git && \
|
||||
cmake -B build -G Ninja \
|
||||
-DCMAKE_INSTALL_PREFIX=/app \
|
||||
-DDECOMPRESSION_BACKEND=7zip \
|
||||
-DPDF_BACKEND=poppler \
|
||||
-DBUILD_SERVER_STANDALONE=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release && \
|
||||
cmake --build build --parallel && \
|
||||
|
||||
Reference in New Issue
Block a user