readme.freebsd

来自「Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化」· FREEBSD 代码 · 共 43 行

FREEBSD
43
字号
=================================================================            libdmtx - Open Source Data Matrix Software=================================================================                  libdmtx README file (FreeBSD)This README.freebsd file contains information on installing andusing libdmtx on FreeBSD. The general README file, also found inthis directory, contains a high level summary of libdmtx and itscomponents.1. Installing libdmtx on FreeBSD-----------------------------------------------------------------libdmtx can be installed on FreeBSD using the instructionsprovided in the general README file. However, please read belowfor additional details that might benefit users on this platform.2. Running configure-----------------------------------------------------------------FreeBSD users may need to export the CPPFLAGS and LDFLAGSvariables as follows before running configure:   $ export CPPFLAGS=-I/usr/local/include   $ export LDFLAGS=-L/usr/local/lib   $ ./configure   $ make   $ sudo make install3. This Document-----------------------------------------------------------------This document is derived from the wiki page located at:  http://libdmtx.wiki.sourceforge.net/libdmtx+on+FreeBSDIf you find an error or have additional helpful information,please edit the wiki directly with your updates.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?