To download and install the FBX SDK for Mac OS:
These are the names of the runtime libraries for Mac OS:
Library File | Description |
---|---|
<yourFBXSDKpath>\lib\clang\release\libfbxsdk.a | Apple LLVM version 5.0 compiler, static library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\release\libfbxsdk.dylib | Apple LLVM version 5.0 compiler, dynamic library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\debug\libfbxsdk.a | Apple LLVM version 5.0 compiler, static library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\debug\libfbxsdk.dylib | Apple LLVM version 5.0 compiler, dynamic library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
The followings libraries are available for programs that are built using -stdlib=stdc++ instead of the default -stdlib=libc++: | |
<yourFBXSDKpath>\lib\clang\libstdcpp\release\libfbxsdk.a | Apple LLVM version 5.0 compiler, static library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\libstdcpp\release\libfbxsdk.dylib | Apple LLVM version 5.0 compiler, dynamic library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\libstdcpp\debug\libfbxsdk.a | Apple LLVM version 5.0 compiler, static library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\clang\libstdcpp\debug\libfbxsdk.dylib | Apple LLVM version 5.0 compiler, dynamic library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
You will find sample programs in <yourFBXSDKpath>\samples\ (see Sample Programs). Each sample program contains a makefile. Use one of these makefiles as a model for your own project.