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.

13 lines
513 B

  1. NOTE: log4cplus build for iOS is based on iOS.cmake toolchain file,
  2. orininally taken from https://code.google.com/p/ios-cmake/
  3. To build the library for iOS, being in current folder, perform the steps below:
  4. For armv7 architecture:
  5. $ ./scripts/cmake_ios_armv7.sh
  6. $ cmake --build ./build_armv7 --config "Release"
  7. $ cmake --build ./build_armv7 --config "Debug"
  8. For i386 architecture:
  9. $ ./scripts/cmake_ios_i386.sh
  10. $ cmake --build ./build_i386 --config "Release"
  11. $ cmake --build ./build_i386 --config "Debug"