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\release\libfbxsdk.dylib | gcc 4.0 compiler, dynamic library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
| <yourFBXSDKpath>\lib\gcc4\ub\debug\libfbxsdk.dylib | gcc 4.0 compiler, dynamic library, debug, Intel 32-bit (i386) and Intel 64-bit (x86_64) architectures |
| <yourFBXSDKpath>\lib\gcc4\ub\release\libfbxsdk-static.a | gcc 4.0 compiler, static library, release, Intel 32-bit (i386) and Intel 64-bit (x86_64) |
| <yourFBXSDKpath>\lib\gcc4\ub\debug\libfbxsdk-static.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.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License