Difference between revisions of "Developer's Corner"

From Elite Wiki
(Created page with "Here you will find information that helps understanding the Oolite source code, build and test the project. - https://ooliteproject.github.io/oolite/ Oolite API documentati...")
 
(Updating BB links)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Here you will find information that helps understanding the Oolite source code, build and test the project.
 
Here you will find information that helps understanding the Oolite source code, build and test the project.
  
- [[https://ooliteproject.github.io/oolite/ Oolite API documentation]]
+
* [[Contributing to the project]]
 +
* [[Release Process]]
 +
* [[Branding]]
 +
* [https://ooliteproject.github.io/oolite/ Oolite API documentation]
 +
 
 +
== OS Specific parts ==
 +
 
 +
{| class="wikitable" style="margin:auto"
 +
|+ Operating System dependent stuff
 +
|-
 +
! Procedure !! Apple Mac !! Linux !! Windows
 +
|-
 +
| Setting up a development environment || [[Development on Apple Mac]] || [[Development on Linux]] || [[Development on Windows]]
 +
|-
 +
| Compiling || [[Compiling on Apple Mac]] || [[Compiling on Linux]] || [[Compiling on Windows]]
 +
|-
 +
| Testing || [[Testing on Apple Mac]] || [[Testing on Linux]] || [[Testing on Windows]]
 +
|-
 +
| Packaging into Installer || [[Installer on Apple Mac]] || [[Installer on Linux]] || [[Installer on Windows]]
 +
|-
 +
| Running                  || [[Running_Oolite-Mac]] || ||
 +
|}
 +
 
 +
== Hints ==
 +
 
 +
The code is organized across several git repositories. The main one refers to the others as submodules - but always to a concise commit.
 +
If you need to update submodules you also need to tell update the reference in the main repository. Here you can see that handling submodules can lead to strange effects: https://bb.oolite.space/viewtopic.php?f=3&t=21470
 +
 
 +
To learn mode about submodules read the fine manual at https://git-scm.com/book/en/v2/Git-Tools-Submodules

Latest revision as of 02:34, 29 February 2024

Here you will find information that helps understanding the Oolite source code, build and test the project.

OS Specific parts

Operating System dependent stuff
Procedure Apple Mac Linux Windows
Setting up a development environment Development on Apple Mac Development on Linux Development on Windows
Compiling Compiling on Apple Mac Compiling on Linux Compiling on Windows
Testing Testing on Apple Mac Testing on Linux Testing on Windows
Packaging into Installer Installer on Apple Mac Installer on Linux Installer on Windows
Running Running_Oolite-Mac

Hints

The code is organized across several git repositories. The main one refers to the others as submodules - but always to a concise commit. If you need to update submodules you also need to tell update the reference in the main repository. Here you can see that handling submodules can lead to strange effects: https://bb.oolite.space/viewtopic.php?f=3&t=21470

To learn mode about submodules read the fine manual at https://git-scm.com/book/en/v2/Git-Tools-Submodules