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\gcc4\ub\libfbxsdk-2014.0.dylib | gcc 4.0 compiler, dynamic library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
| <yourFBXSDKpath>\lib\gcc4\ub\libfbxsdk-2014.0d.dylib | gcc 4.0 compiler, dynamic library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) architectures |
| <yourFBXSDKpath>\lib\gcc4\ub\libfbxsdk-2014.0-static.a | gcc 4.0 compiler, static library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
| <yourFBXSDKpath>\lib\gcc4\ub\libfbxsdk-2014.0-staticd.a | gcc 4.0 compiler, static 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.