|
|
vor 1 Jahr | |
|---|---|---|
| BuildProcessTemplates | vor 3 Jahren | |
| config | vor 3 Jahren | |
| debian | vor 1 Jahr | |
| mce | vor 3 Jahren | |
| opc | vor 3 Jahren | |
| plib | vor 1 Jahr | |
| sample | vor 3 Jahren | |
| test_docs | vor 3 Jahren | |
| third_party | vor 1 Jahr | |
| win32 | vor 3 Jahren | |
| Doxyfile | vor 3 Jahren | |
| LICENSE | vor 3 Jahren | |
| Makefile.lib.xml | vor 3 Jahren | |
| Makefile.platform.xml | vor 3 Jahren | |
| Makefile.xml | vor 3 Jahren | |
| README.md | vor 1 Jahr | |
| configure | vor 1 Jahr | |
| generate.py | vor 3 Jahren | |
| regression.py | vor 3 Jahren | |
| test.py | vor 3 Jahren | |
| validate.py | vor 3 Jahren |
./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