📄 readme.mingw
字号:
================================================================= libdmtx - Open Source Data Matrix Software================================================================= libdmtx README file (MinGW)This README.mingw file contains information on installing andusing libdmtx using MinGW. The general README file, also found inthis directory, contains a high level summary of libdmtx and itscomponents.1. Installing libdmtx on Windows using MinGW and MSYS-----------------------------------------------------------------libdmtx can be installed on MinGW using the instructions providedin the general README file. However, please see below foradditional details that might benefit users on this platform.2. Installing MinGW and MSYS-----------------------------------------------------------------If you haven't done so already, you need to install MinGW, MSYS,and all recommended updates to your Windows system. Instructionsfor doing this are provided here: http://www.mingw.org/wiki/msys3. External Dependencies-----------------------------------------------------------------The dmtxread command line utility requires GraphicsMagick to beinstalled on your system. To satisfy this requirement you candownload and install the current stable branch of GraphicsMagickfrom http://www.graphicsmagick.org/. Detailed instructions areavailable at http://www.graphicsmagick.org/INSTALL-unix.html.After downloading, unpack the GraphicsMagick sources and run: $ ./configure $ make $ make installAlternatively, if you only want the core library and don't careabout the command line utilities then you can just disabledmtxread and avoid messing with GraphicsMagick entirely. This isaccomplished by passing "--disable-dmtxread" to ./configure wheninstalling libdmtx. $ ./configure --disable-dmtxread4. Building and installing libdmtx-----------------------------------------------------------------To install libdmtx, download and unpack the libdmtx source toyour MSYS folder. If you accepted the installation defaults thiswill be C:\msys\1.0.Open the MSYS shell and run the following: $ ./configure $ make $ make installGo to folder .libs: $ cd .libs $ lsNow you should see following output: libdmtx.a libdmtx.la libdmtx.lai libdmtx_la-dmtx.oFinally run: $ gcc -shared -o dmtx.dll libdmtx_la-dmtx.o -Wl,--out-implib,libdmtx.aNow you should have working dmtx.dll in the folder .libs.5. This Document-----------------------------------------------------------------This document is derived from the wiki page located at: http://libdmtx.wiki.sourceforge.net/libdmtx+on+Windows+(MinGW)If you find an error or have additional helpful information,please edit the wiki directly with your updates.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -