You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David_Korzeniewski 93c03fff3f Fixed order of checks in Z3ExpressionAdapter, fixed missing override of isVariable in VariableExpression, removed unnecessary exception in Z3SmtSolver model generation 11 years ago
..
scripts Updated log4CPlus to latest version containing bugfixes. 12 years ago
ConfigureChecks.cmake Updated log4CPlus to latest version containing bugfixes. 12 years ago
README.txt Updated log4CPlus to latest version containing bugfixes. 12 years ago
iOS.cmake Updated log4CPlus to latest version containing bugfixes. 12 years ago

README.txt

NOTE: log4cplus build for iOS is based on iOS.cmake toolchain file,
orininally taken from https://code.google.com/p/ios-cmake/

To build the library for iOS, being in current folder, perform the steps below:
For armv7 architecture:
$ ./scripts/cmake_ios_armv7.sh
$ cmake --build ./build_armv7 --config "Release"
$ cmake --build ./build_armv7 --config "Debug"

For i386 architecture:
$ ./scripts/cmake_ios_i386.sh
$ cmake --build ./build_i386 --config "Release"
$ cmake --build ./build_i386 --config "Debug"