User:Wilhelmbk/sandbox/Environment Variables

Linux Environment Variables

edit

Put these in your ~/.bash_profile and make sure they are exported.

F16_DIR=/t4/fl6
F16_BLD=/t4/fl6/wtt_tempfiles
F16_LIB=/t4/fl6/lib
PATH=
/usr/bin
/usr/gnat/bin
/usr/totalview/bin
-/etc
-/bin
/usr/bin/Xll
/usr/local/Xll/demos
/usr/sbin
/sbin
/t4/bin
/t4/etc
/t4/f16/product/include
/t4/f16/product/include/autogen
/t4/f16/product/scripts/linux
/t4/f16/common/scripts/linux  #ensure this path is after /t4/f16/product/scripts/linux
$PATH
export PATH
export F16_DIR
export F16_BLD
export F16_LIB

Windows Environment Variables

edit
Fl6_DIR=d:\fl6
Fl6_BLD=d:\f16\wtt_tempfiles
;Fl6_LIB=d:\fl6\lib
PATH (This is not your complete PATH, it only contains entries needed to build/run the WTT)
%QTDIR%
%QTDIR%\bin
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
C:\Program FilesXMicrosoft Visual Studio 9.0\VC\bin
D:\GCT\Scripts
D:\GCT
D:\BigTac\Tools\Win32\SGT
D:\f16\product\scripts
D:\wtt\trn_files\bin
D:\wtt\trn_files\boot\execs
D:\wtt\trn_files\boot\libs
C:\Program Files\Hummingbird\Connectivity\9.00\Exceed\
C:\Python26

Also see Flight Model for setting up the environment variables for the DSix software.