mirror of
https://github.com/simon987/sist2.git
synced 2025-04-22 03:36:48 +00:00
Compare commits
No commits in common. "9f2ad58f78b4828abc52731873dc0b2f555f9fab" and "730e495bdec2042b46602654cfbe04b3fd30e4ab" have entirely different histories.
9f2ad58f78
...
730e495bde
@ -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` *
|
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
|
2. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not
|
||||||
recommended!)*
|
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)
|
1. See [Usage guide](docs/USAGE.md)
|
||||||
|
|
||||||
|
6
third-party/libscan/CMakeLists.txt
vendored
6
third-party/libscan/CMakeLists.txt
vendored
@ -7,9 +7,9 @@ option(BUILD_TESTS "Build tests" on)
|
|||||||
|
|
||||||
add_subdirectory(third-party/antiword)
|
add_subdirectory(third-party/antiword)
|
||||||
|
|
||||||
set(USE_LIBXML2 OFF CACHE BOOL "" FORCE)
|
set(USE_LIBXML2 OFF)
|
||||||
set(USE_XMLWRITER OFF CACHE BOOL "" FORCE)
|
set(USE_XMLWRITER OFF)
|
||||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
set(BUILD_SHARED_LIBS OFF)
|
||||||
add_subdirectory(third-party/libmobi)
|
add_subdirectory(third-party/libmobi)
|
||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
|
2
third-party/libscan/third-party/antiword
vendored
2
third-party/libscan/third-party/antiword
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ddb042143e72a8b789e06f09dbc897dfa9f15b82
|
Subproject commit b9afdb05617d9b34f650a863f1a6f797db283016
|
Loading…
x
Reference in New Issue
Block a user