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