LibRaw hack

This commit is contained in:
2021-12-23 15:58:52 -05:00
parent 34ec38d1a9
commit b576772d4c
4 changed files with 38 additions and 6 deletions

View File

@@ -22,8 +22,9 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2
RUN git clone https://github.com/microsoft/vcpkg.git && cd vcpkg && git checkout 897ff93
ADD patches/* /
RUN patch -p0 < mupdf-curl-dep.patch
RUN patch -p0 < mongoose-master.patch
RUN cd /vcpkg/; patch -p1 < ../mupdf-curl-dep.patch
RUN cd /vcpkg/; patch -p1 < ../mongoose-master.patch
RUN cd /vcpkg/; patch -p1 < ../libraw.patch
RUN cd /vcpkg/ && ./bootstrap-vcpkg.sh