hi
I have errors here (bold)
[code] 3)qrencode-3.4.3
I download qrencode-3.4.3.tar.gz from http://fukuchi.org/works/qrencode/
so his dir is “C:\qrencode-3.4.3”
C:\MinGW462\msys\1.0\msys.bat
cd /c/qrencode-3.4.3
CFLAGS=“-lpthread”
[b] ./configure --prefix=/mingw[/b]
[b] Copy libpng*.a to C:\qrencode-3.4.3\.libs[/b]
edit Makefile,add list:
LIBS = ./.libs/libpng12.a ./.libs/libpng12.dll.a ./.libs/libpng.a ./.libs/libpng.dll.a ./.libs/libz.a
CFLAGS = -Wall -g -O2 -lpthread
make
make install[/code]
./configure; Gives me PKG config error
libpng*.a; Cannot copy to qrencode-3.4.3\.libs as folder .libs doesn’t exist.
Could you help?
Thanks