diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-21 17:47:56 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-21 17:47:56 +0100 |
commit | 7300773b96b5f6324b0b9da624f0ed34de0c1326 (patch) | |
tree | 3cda2127f67bf3c126c88c261219e4f18375b188 /deeptagger/README.adoc | |
parent | 05c3687ab15b6236533ef88fb1c8cffd79884126 (diff) | |
download | gallery-7300773b96b5f6324b0b9da624f0ed34de0c1326.tar.gz gallery-7300773b96b5f6324b0b9da624f0ed34de0c1326.tar.xz gallery-7300773b96b5f6324b0b9da624f0ed34de0c1326.zip |
deeptagger: give up on Windows altogether
ORT requires MSVC to build. MSVC can't use MSYS2 libraries.
CMake + clang-cl doesn't work in MSYS2.
GraphicsMagick doesn't provide development packages for Windows.
There is no getopt on Windows.
Diffstat (limited to 'deeptagger/README.adoc')
-rw-r--r-- | deeptagger/README.adoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deeptagger/README.adoc b/deeptagger/README.adoc index 3eb62cd..c42d3f9 100644 --- a/deeptagger/README.adoc +++ b/deeptagger/README.adoc @@ -29,8 +29,7 @@ if you plan on using the GPU-enabled options. $ ./download.sh $ build/deeptagger models/deepdanbooru-v3-20211112-sgd-e28.model image.jpg -Very little effort is made to make the project compatible with non-POSIX -systems. +The project requires a POSIX-compatible system to build. Options ------- |