kidanger / vpv

Image viewer for image processing experts
GNU General Public License v3.0
125 stars 18 forks source link

Added libsfml-dev as requirement in Debian/Ubuntu #62

Closed mcolom closed 3 years ago

kidanger commented 3 years ago

Thanks for the PR. However, the SFML backend was removed in 6aed61020090b19c0226bf1ecbe2e80f6ac8170c, this is not a dependency anymore. Maybe you have to clear your build folder?

You can also refer to the CI file .drone.yml for compilation examples depending on your distribution.

mcolom commented 3 years ago

Oops, you're totally right. Actually for some reason it failed to compile without libsfml-dev. but probably the problem was having outdated files in build/. But indeed, I can compile it well without that package. I'll close the PR then, it's not needed.