|
|
hace 1 año | |
|---|---|---|
| BuildProcessTemplates | hace 3 años | |
| config | hace 3 años | |
| debian | hace 1 año | |
| mce | hace 3 años | |
| opc | hace 3 años | |
| plib | hace 1 año | |
| sample | hace 3 años | |
| test_docs | hace 3 años | |
| third_party | hace 1 año | |
| win32 | hace 3 años | |
| Doxyfile | hace 3 años | |
| LICENSE | hace 3 años | |
| Makefile.lib.xml | hace 3 años | |
| Makefile.platform.xml | hace 3 años | |
| Makefile.xml | hace 3 años | |
| README.md | hace 1 año | |
| configure | hace 1 año | |
| generate.py | hace 3 años | |
| regression.py | hace 3 años | |
| test.py | hace 3 años | |
| validate.py | hace 3 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
RELASE in a ZIP file (MaxOSX):
python generate.py --include Makefile.xml --package libopc-sdk-0.0.1.zip --config-dir=build/config darwin-release-gcc
PACKAGE LINUX
./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