We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just tried to install your library and it failed as libvips was missing.
../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
you should mention in the readme that libvis is required.
Arch based distro
sudo pacman -S libvips
Debian based distro
sudo apt install libvips-dev
...
The text was updated successfully, but these errors were encountered:
also playwright is required which sadly assumes if you are on linux you are using apt-get so I need to figure out the way to install deps.
Sorry, something went wrong.
No branches or pull requests
I just tried to install your library and it failed as libvips was missing.
you should mention in the readme that libvis is required.
Arch based distro
Debian based distro
...
The text was updated successfully, but these errors were encountered: