June 5, 200619 yr :-) Compiled and running on FC5-64 using SDL instead of freeglut. The documentation for building mentions environment variables that need set. The first one - LD_LIBRARY_PATH mentions a path that does not exist (for me). Is the documentation outdated or am I missing something?Now I just need to get a joystick...
June 21, 200619 yr >:-) Compiled and running on FC5-64 using SDL instead of>freeglut. The documentation for building mentions environment>variables that need set. The first one - LD_LIBRARY_PATH>mentions a path that does not exist (for me). Is the>documentation outdated or am I missing something?LD_LIBRARY_PATH is a distribution-dependent environment variable, as such there may be subtle differences between different linux distributions. Usually, you'll want to check /lib /usr/lib /usr/local/lib by default. However, there may be additional folders, too.The best thing would be to check your file system for the SDL libraries, to see where exactly they are installed.Also, note that RedHat distros will often require /sbin/ldconfig to be run after installing new libraries.>Now I just need to get a joystick...Make sure to check out the FlightGear mailing lists (archives) for recommendations concerning input hardware that is known to work properly for FlightGear: http://www.flightgear.org/mail.html
Create an account or sign in to comment