Maintainers tend to prefer tarballs/*.zip archive , but it's may not be possible to combine that with git submodules .
(atleast i haven't been able to figure out how to do that).
The command listed
Code: Select all
git clone --filter=blob:none --recurse-submodules https://github.com/OoliteProject/oolite.git
will download the latest trunk + submodules.
maintainers could switch to tag 1.92 or branch 1.92-maintenance after download, but that requires in-depth knowledge of git commands like
git reset --hard .
Using
Code: Select all
git clone --branch 1.92 --filter=blob:none --recurse-submodules https://github.com/OoliteProject/oolite.git
is simpler and works well .
Oolite devs should determine which is preferred (1.92 or 1.92-maintenance, currently there's no difference between them afaik ) and list the command needed for that.
Adding a note the source code archive is not suited for building would also be good.
OS : Arch Linux 64-bit - rolling release
From: The Netherlands, Europe
OXPs :
My user page (needs updating)
Retired, occasionally active