Closed JosePineiro closed 7 years ago
Sorry, I can't provide the binaries. I find Visual Studio impossible to use.
There's nothing special about compiling dssim: you need to build all .c
files and link with libpng.
just in case, this 1.3.2 should work : http://css-ig.net/tools/public/dssim.zip
Thanks @cssignet! Can you share your project files, so that I can build these tools myself?
i did this from mingw. perhaps the most simple solution is to create a batch file that will be used as makefile. you should have to set the path first. basic is like this:
set PATH=c:\mingw\bin;%PATH%
gcc -std=c99 -DNDEBUG -O3 (...) -c *.c
gcc main.o dssim.o rwpng.o libpng.a libz.a -s -o dssim
1.3.2 with jpg support : http://css-ig.net/tools/public/dssim.zip
Hi everyone, I need windows version too. Any updates? The download link above doesn't work.
How to build it for windows using Visual Studio?
Done. The new 2.8.0 works on Windows out of the box thanks to Rust being portable.
The compiled version for windows is very old. Please, give a compile of the last verision or give a makefile.vc (makefile for microsoft visual C)