Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Sam Hocevar 617c493e11 Import binaries from non-LFS version of this repo. 4 лет назад
..
IPHONEOS_ARM64_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
IPHONEOS_ARMV6_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
IPHONEOS_ARMV7S_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
IPHONEOS_ARMV7_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
IPHONEOS_I386_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
IPHONEOS_X86_64_TOOLCHAIN.cmake Import binaries from non-LFS version of this repo. 4 лет назад
README.md Import binaries from non-LFS version of this repo. 4 лет назад
build.sh Import binaries from non-LFS version of this repo. 4 лет назад

README.md

assimp for iOS-SDK 7.1

(deployment target 6.0+, 32/64bit)

Builds assimp libraries for several iOS CPU architectures at once, and outputs a fat binary from the result.

Run the build.sh script from the ./port/iOS/ directory. See ./build.sh --help for information about command line options.

shadeds-Mac:iOS arul$ ./build.sh --help
[!] ./build.sh - assimp iOS build script
 - don't build fat library (--no-fat)
 - supported architectures(--archs): armv7, armv7s, arm64, i386, x86_64
 - supported C++ STD libs.(--stdlib): libc++, libstdc++

Example:

cd ./port/iOS/
./build.sh --stdlib=libc++ --archs="armv7 arm64 i386"

Supported architectures/devices:

Simulator

  • i386
  • x86_64

Device

  • ARMv6 (dropped after iOS 6.0)
  • ARMv7
  • ARMv7-s
  • ARM64