Compare commits

..

No commits in common. "9f2ad58f78b4828abc52731873dc0b2f555f9fab" and "730e495bdec2042b46602654cfbe04b3fd30e4ab" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ sist2 (Simple incremental search tool)
Select the file corresponding to your CPU architecture and mark the binary as executable with `chmod +x` *
2. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not
recommended!)*
3. *(or)* `docker pull simon987/sist2:2.12.0-x64-linux`
3. *(or)* `docker pull simon987/sist2:2.11.7-x64-linux`
1. See [Usage guide](docs/USAGE.md)

View File

@ -7,9 +7,9 @@ option(BUILD_TESTS "Build tests" on)
add_subdirectory(third-party/antiword)
set(USE_LIBXML2 OFF CACHE BOOL "" FORCE)
set(USE_XMLWRITER OFF CACHE BOOL "" FORCE)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
set(USE_LIBXML2 OFF)
set(USE_XMLWRITER OFF)
set(BUILD_SHARED_LIBS OFF)
add_subdirectory(third-party/libmobi)
add_library(

@ -1 +1 @@
Subproject commit ddb042143e72a8b789e06f09dbc897dfa9f15b82
Subproject commit b9afdb05617d9b34f650a863f1a6f797db283016