Skip to content

Building Libraries for OF

ofTheo edited this page Apr 18, 2012 · 30 revisions

POCO

OS X: ( the following builds 32bit static poco for OS X )

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

Clone this wiki locally