8,814
edits
(Required software, directory tree in wiki markup) |
m (→Building: add MVSC screenshot) |
||
| Line 50: | Line 50: | ||
# Press the <tt>"Generate"</tt> button. | # Press the <tt>"Generate"</tt> button. | ||
# Start Visual Studio 2010 and load the FlightGear solution (FlightGear.sln) located in <tt>"Where to build the binaries"</tt> (point 4.) | # Start Visual Studio 2010 and load the FlightGear solution (FlightGear.sln) located in <tt>"Where to build the binaries"</tt> (point 4.) | ||
# Choose the <tt>"Release"</tt> build in the VS2010 "Generation" toolbar | # Choose the <tt>"Release"</tt> build in the VS2010 "Generation" toolbar[[File:MVSC 2010 solution.png|right]] | ||
# Generate the solution. | # Generate the solution. | ||
# If there are build errors, return to Cmake, clear remaining errors, <tt>"Configure"</tt> and <tt>"Generate"</tt> | # If there are build errors, return to Cmake, clear remaining errors, <tt>"Configure"</tt> and <tt>"Generate"</tt> | ||
| Line 57: | Line 57: | ||
PS: When updating the source from git, it is usually unnecessary to restart Cmake as the solution is able to reconfigure itself when Cmake files are changed. Simply rebuild the solution from Visual Studio and accept the reload of updated projects. It also possible to edit CMakeList.txt files directly in Visual Studio as they also appear in the solution, and projects will be reconfigured on the next generation. To change build options or directory path, it is mandatory to use the Cmake Gui. In case of problems, locate the <tt>CMakeCache.txt</tt> file in <tt>"Where to build the binaries”</tt> directory and delete it to reconfigure from scratch or use the menu item File->Delete Cache. | PS: When updating the source from git, it is usually unnecessary to restart Cmake as the solution is able to reconfigure itself when Cmake files are changed. Simply rebuild the solution from Visual Studio and accept the reload of updated projects. It also possible to edit CMakeList.txt files directly in Visual Studio as they also appear in the solution, and projects will be reconfigured on the next generation. To change build options or directory path, it is mandatory to use the Cmake Gui. In case of problems, locate the <tt>CMakeCache.txt</tt> file in <tt>"Where to build the binaries”</tt> directory and delete it to reconfigure from scratch or use the menu item File->Delete Cache. | ||
== Jenkins Windows configurations == | == Jenkins Windows configurations == | ||
=== OSG-stable-Win === | === OSG-stable-Win === | ||