Downloading and installing the FBX SDK
To download and install the FBX SDK for Mac OS:
Here are the names of the runtime libraries for Mac OS:
Library File | Description |
---|---|
<yourFBXSDKpath>\lib\gcc4\ub\fbxsdk-2012.2.dylib | gcc 4.0 compiler, dynamic library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\gcc4\ub\fbxsdk-2012.2d.dylib | gcc 4.0 compiler, dynamic library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) architectures |
<yourFBXSDKpath>\lib\gcc4\ub\fbxsdk-2012.2-static.a | gcc 4.0 compiler, static library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
<yourFBXSDKpath>\lib\gcc4\ub\fbxsdk-2012.2-staticd.a | gcc 4.0 compiler, static library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
Use sample makefiles as a guide
You will find sample programs in <yourFBXSDKpath>\examples\ (see Sample Programs). Each sample program contains a makefile. Use one of these makefiles as a model for your own project.