jmcarica b3908ce2cc Modification README.md | hace 4 meses | |
---|---|---|
BuildProcessTemplates | hace 2 años | |
config | hace 2 años | |
debian | hace 4 meses | |
mce | hace 2 años | |
opc | hace 2 años | |
plib | hace 4 meses | |
sample | hace 2 años | |
test_docs | hace 2 años | |
third_party | hace 4 meses | |
win32 | hace 2 años | |
Doxyfile | hace 2 años | |
LICENSE | hace 2 años | |
Makefile.lib.xml | hace 2 años | |
Makefile.platform.xml | hace 2 años | |
Makefile.xml | hace 2 años | |
README.md | hace 4 meses | |
configure | hace 4 meses | |
generate.py | hace 2 años | |
regression.py | hace 2 años | |
test.py | hace 2 años | |
validate.py | hace 2 años |
./configure
make
./configure --with-zlib=yes --with-zlib-ldflags="`pkg-config zlib --libs`" --with-libxml=yes --with-libxml-cppflags="`pkg-config libxml-2.0 --cflags`" --with-libxml-ldflags="`pkg-config libxml-2.0 --libs`"
c:\Python26\python.exe generate.py --include Makefile.xml --package libopc-sdk-0.0.1.zip win32-release-msvc
python generate.py --include Makefile.xml --package libopc-sdk-0.0.1.zip --config-dir=build/config darwin-release-gcc
./generate.py --with-zlib=yes --with-zlib-ldflags="`pkg-config zlib --libs`" --with-libxml=yes --with-libxml-cppflags="`pkg-config libxml-2.0 --cflags`" --with-libxml-ldflags="`pkg-config libxml-2.0 --libs`" --package usr.zip --config-dir=build --include Makefile.xml linux-debug-gcc-i686
./configure --with-zlib=yes --with-zlib-ldflags="`pkg-config zlib --libs`" --with-libxml=yes --with-libxml-cppflags="`pkg-config libxml-2.0 --cflags`" --with-libxml-ldflags="`pkg-config libxml-2.0 --libs`" --arch=any
DESTDIR=`pwd`/build/linux-debug-gcc-any/install make install
dpkg-buildpackage -B --no-sign
lintian -i -I --show-overrides ../libopc_0.0.2_i386.changes | less