-
Notifications
You must be signed in to change notification settings - Fork 3
Add back Windows support #19
Description
I cloned the repo and run "pip install ." but the install complains of no pkg-config installed and certain djvu-libre header missing. Under posix the cure would be "well, install pkg-config". But in windows It doesn't seem fit. I've built dvju-libre from source without problem bit it does not produce a PC file that pkg-config (had I installed it) would use. There seems to be a missing step for your setup.py to find my compiled djvu libre files. I tried setting INCLUDE/LIB env vars to no avail. Djvu-libre can be installed via WinGet or Scoop package managers (at least the later has the development files (headers, libs, etc, still no .pc file)), but setup.py is not aware. This is kind of a problem in windows since much of the djvu tooling depends on this foundation package. I would prefer to avoid going the msys2 or cygwin routes.