To download and install FBX SDK for Linux:
These are the names of the runtime libraries for Linux:
| Library File | Description |
|---|---|
| <yourFBXSDKpath>\lib\gcc4\x86\libfbxsdk-2014.0.so | gcc 4.0 compiler, dynamic library, release, 32-bit |
| <yourFBXSDKpath>\lib\gcc4\x86\libfbxsdk-2014.0d.so | gcc 4.0 compiler, dynamic library, debug, 32-bit |
| <yourFBXSDKpath>\lib\gcc4\x86\libfbxsdk-2014.0-static.a | gcc 4.0 compiler, static library, release, 32-bit |
| <yourFBXSDKpath>\lib\gcc4\x86\libfbxsdk-2014.0-staticd.a | gcc 4.0 compiler, static library, debug, 32-bit |
| <yourFBXSDKpath>\lib\gcc4\x64\libfbxsdk-2014.0.so | gcc 4.0 compiler, dynamic library, release, 64-bit |
| <yourFBXSDKpath>\lib\gcc4\x64\libfbxsdk-2014.0d.so | gcc 4.0 compiler, dynamic library, debug, 64-bit |
| <yourFBXSDKpath>\lib\gcc4\x64\libfbxsdk-2014.0-static.a | gcc 4.0 compiler, static library, release, 64-bit |
| <yourFBXSDKpath>\lib\gcc4\x64\libfbxsdk-2014.0-staticd.a | gcc 4.0 compiler, static library, debug, 64-bit |
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.