hyphenlee / log4cpp-ios-android

build log4cpp for android c++
GNU Lesser General Public License v2.1
1 stars 0 forks source link

log4cpp port for ios and android

This will generate Xcode project file under ./build. Open log4cpp.xcodeproj by Xcode and build it, then it would generate liblog4cpp.a under build/bin . Change ios_build.sh for different lib version, and use

lipo -output libuniversal.a -create liba.a libb.b

to create a universal library for different platfrom.

./android_build.sh

Then the liblog4cpp.a would generate under build directory automatically.