Difference between revisions of "Compiling on Windows"
From Elite Wiki
(Created page with "To successfully compile Oolite on Windows some prerequisites are necessary. * You need to have the 'development environment' installed. * You need to have the Oolite project...") |
|||
Line 6: | Line 6: | ||
All this is nicely scripted in the Github Actions workflow at https://github.com/OoliteProject/oolite/blob/master/.github/workflows/build-all.yml#L130 | All this is nicely scripted in the Github Actions workflow at https://github.com/OoliteProject/oolite/blob/master/.github/workflows/build-all.yml#L130 | ||
+ | |||
+ | |||
+ | <b>Complete instructions on compiling the Windows port of Oolite can be found [[Developing Oolite#On_Windows_2 | here]].</b> |
Latest revision as of 10:20, 13 September 2024
To successfully compile Oolite on Windows some prerequisites are necessary.
- You need to have the 'development environment' installed.
- You need to have the Oolite project including submodules checked out.
- You need to set environment variables, then run the makefile.
All this is nicely scripted in the Github Actions workflow at https://github.com/OoliteProject/oolite/blob/master/.github/workflows/build-all.yml#L130
Complete instructions on compiling the Windows port of Oolite can be found here.