Skip to content

Building Libraries for OF

ofTheo edited this page Apr 18, 2012 · 22 revisions

POCO

OS X: ( the following builds 32bit static poco for OS X, without mysql as that is GPL and not a default library )

export ARCHFLAGS="-arch i386"
export POCO_TARGET_OSARCH="i386"
./configure --no-tests --no-samples --static --omit=Data/MySQL
make