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