1 Star 0 Fork 1

AlvinEAI / libdmtx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.mingw 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
=================================================================
libdmtx - Open Source Data Matrix Software
=================================================================
libdmtx README file (MinGW)
This README.mingw file contains information on installing and
using libdmtx using MinGW. The general README file, also found in
this directory, contains a high level summary of libdmtx and its
components.
1. Installing libdmtx on Windows using MinGW and MSYS
-----------------------------------------------------------------
libdmtx can be installed on MinGW using the instructions provided
in the general README file. However, please see below for
additional details that might benefit users on this platform.
2. Installing MinGW and MSYS
-----------------------------------------------------------------
If you haven't done so already, first install MinGW, MSYS, and
all recommended updates to your Windows system. Instructions for
doing this are provided here:
http://www.mingw.org/wiki/msys
3. Building and installing the core library
-----------------------------------------------------------------
To install libdmtx, download and unpack the libdmtx source to
your MSYS folder. If you accepted the installation defaults this
will be C:\msys\1.0.
Open the MSYS shell and run the following:
$ ./configure
$ make
$ sudo make install
Go to folder .libs:
$ cd .libs
$ ls
Now you should see following output:
libdmtx.a libdmtx.la libdmtx.lai libdmtx_la-dmtx.o
Finally run:
$ gcc -shared -o dmtx.dll libdmtx_la-dmtx.o -Wl,--out-implib,libdmtx.a
Now you should have working dmtx.dll in the folder .libs.
4. This Document
-----------------------------------------------------------------
This document is derived from the wiki page located at:
http://libdmtx.wikidot.com/libdmtx-on-windows-using-mingw
If you find an error or have additional helpful information,
please edit the wiki directly with your updates.
C
1
https://gitee.com/wohaha5588/libdmtx.git
git@gitee.com:wohaha5588/libdmtx.git
wohaha5588
libdmtx
libdmtx
master

搜索帮助