Difference between revisions of "Compiling on Linux"

From Elite Wiki
(Created page with "To successfully compile Oolite on Ubuntu some prerequisites are necessary. You need to have the correct packages installed. You need to have the Oolite project including subm...")
 
 
Line 1: Line 1:
 
To successfully compile Oolite on Ubuntu some prerequisites are necessary.
 
To successfully compile Oolite on Ubuntu some prerequisites are necessary.
  
You need to have the correct packages installed.
+
* You need to have the correct packages installed.
You need to have the Oolite project including submodules checked out.
+
* You need to have the Oolite project including submodules checked out.
You need to set environment variables, then run the makefile.
+
* 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#L59
 
All this is nicely scripted in the Github Actions workflow at https://github.com/OoliteProject/oolite/blob/master/.github/workflows/build-all.yml#L59

Latest revision as of 22:19, 23 October 2023

To successfully compile Oolite on Ubuntu some prerequisites are necessary.

  • You need to have the correct packages 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#L59