diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/port/iOS/README.md | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/port/iOS/README.md')
-rw-r--r-- | src/mesh/assimp-master/port/iOS/README.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/mesh/assimp-master/port/iOS/README.md b/src/mesh/assimp-master/port/iOS/README.md deleted file mode 100644 index ca5632a..0000000 --- a/src/mesh/assimp-master/port/iOS/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# assimp for iOS -(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. - -```bash -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: -```bash -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 - -### Building with older iOS SDK versions -The script should work out of the box for the iOS 8.x SDKs and probably newer releases as well. -If you are using SDK version 7.x or older, you need to specify the exact SDK version inside **build.sh**, for example: -``` -IOS_SDK_VERSION=7.1 -``` -### Optimization -By default, no compiler optimizations are specified inside the build script. For an optimized build, add the corresponding flags to the CFLAGS definition inside **build.sh**. |