No Description

jmcarica 5322b9b06b Modification README.md 2 months ago
BuildProcessTemplates 9fd66261ee Premier commit 2 years ago
config 9fd66261ee Premier commit 2 years ago
debian a09d93065e Mise à jour 2 months ago
mce 9fd66261ee Premier commit 2 years ago
opc 9fd66261ee Premier commit 2 years ago
plib a09d93065e Mise à jour 2 months ago
sample 9fd66261ee Premier commit 2 years ago
test_docs 9fd66261ee Premier commit 2 years ago
third_party a09d93065e Mise à jour 2 months ago
win32 9fd66261ee Premier commit 2 years ago
Doxyfile 9fd66261ee Premier commit 2 years ago
LICENSE 9fd66261ee Premier commit 2 years ago
Makefile.lib.xml 9fd66261ee Premier commit 2 years ago
Makefile.platform.xml 9fd66261ee Premier commit 2 years ago
Makefile.xml d266334992 Suppression samples 2 years ago
README.md 5322b9b06b Modification README.md 2 months ago
configure a09d93065e Mise à jour 2 months ago
generate.py b451c42eb2 Mise à jour de 'generate.py' 2 years ago
regression.py 9fd66261ee Premier commit 2 years ago
test.py 9fd66261ee Premier commit 2 years ago
validate.py 9fd66261ee Premier commit 2 years ago

README.md

Build on LINUX/MAC OSX:

./configure
make

Build on LINUX with system libs:

./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`"

Build on WINDOWS:

  • Optionally generate project files: c:\Python26\python.exe generate.py --include Makefile.xml win32--msvc-
  • Open win32\solution.sln in Visual Studio.

Release in a ZIP file (win32):

c:\Python26\python.exe generate.py --include Makefile.xml --package libopc-sdk-0.0.1.zip win32-release-msvc

Release 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

Package DEBIAN

  • Adjust config/libopc.pc VERSION
  • Adjust debian/changelog
./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