User:Legoboyvdlp/Building using CMake - Windows: Difference between revisions

Jump to navigation Jump to search
Line 153: Line 153:


Essentially, Visual Studio doesn't copy in the DLLs into the /bin/ folder. It's also not ideal to manually copy in the DLLS as it can cause all sorts of issues. However, without the DLLs FlightGear won't work; therefore, you need to set the PATH so it knows where to look for them.
Essentially, Visual Studio doesn't copy in the DLLs into the /bin/ folder. It's also not ideal to manually copy in the DLLS as it can cause all sorts of issues. However, without the DLLs FlightGear won't work; therefore, you need to set the PATH so it knows where to look for them.
This launch script should work:
This launch script should work, put into your /install/bin/ folder:
{{collapsible script
{{collapsible script
| type  = Windows batch file
| type  = Windows batch file
| title  = The <code>build.bat</code> script for configuring and compiling OSG, SG, and FG
| title  = The <code>launch.bat</code> script for launching flightgear
| lang  = batch
| lang  = batch
| script =
| script =
842

edits

Navigation menu