1 Star 0 Fork 33

zhantgxiaobo / third_party_libexif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-Win32.txt 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
If this is a combined source/binary distribution tree, then you can find
* the binary DLL in the subdirectory binary-dist/bin/
* the include files in the subdirectory binary-dist/include/
As for building libexif yourself on or for Win32, you can
a) hack yourself a build system somehow
This seems to be the Windows way of doing things.
b) Use MinGW32
If you use MinGW32 (including MSYS) on Windows, building libexif should
follow the usual pattern of
./configure
make
make install
as for any Unix like system and you can just follow the general
instructions.
Something neat to do is to use a MinGW32 cross compiler on a Unix
system (Debian ships one for example). Then you can run
./configure --host=i586-mingw32msvc --disable-nls
make
make install
If you want to build a combined source/binary distribution tarball/zipfile,
then add the --enable-ship-binaries option to the ./configure command line.
1
https://gitee.com/zhantgxiaobo/third_party_libexif.git
git@gitee.com:zhantgxiaobo/third_party_libexif.git
zhantgxiaobo
third_party_libexif
third_party_libexif
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891