Setting Up Your Linux Environment
To compile on Linux, add the following settings to your makefile.
|
Settings |
Values |
|
Includes |
$(XSISDK_ROOT)/include/FTK $(XSISDK_ROOT)/include/Core |
|
Defines |
__XSI_APPLICATION_ XSI_STATIC_LINK if you want to link with XSIFtk_static |
|
Library path |
$(XSISDK_ROOT)/lib/linux-x86 |
|
Dependent libraries |
• XSIFtk (Release) • XSIFtkd (Debug) • XSIFtk_static (Static) |
Autodesk Softimage v7.5