Difference between revisions of "Developer's Corner"
From Elite Wiki
Line 2: | Line 2: | ||
* [[Contributing to the project]] | * [[Contributing to the project]] | ||
− | |||
− | |||
− | |||
− | |||
* [[Release Process]] | * [[Release Process]] | ||
* [https://ooliteproject.github.io/oolite/ Oolite API documentation] | * [https://ooliteproject.github.io/oolite/ Oolite API documentation] | ||
+ | |||
+ | {| class="wikitable" style="margin:auto" | ||
+ | |+ Caption text | ||
+ | |- | ||
+ | ! 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]] | ||
+ | |- | ||
+ | | Installer || [[Installer on Apple Mac]] || [[Installer on Linux]] || [[Installer on Windows]] | ||
+ | |} |
Revision as of 06:31, 23 October 2023
Here you will find information that helps understanding the Oolite source code, build and test the project.
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 |
Installer | Installer on Apple Mac | Installer on Linux | Installer on Windows |