Source tar bal for 5.24
Timo Hartong (2813) 204 posts |
In the past it was possible to download a source tar bal for RISCOS for version 5.24 but it seems to have gone. Can tell someone where it has gone |
Chris Mahoney (1684) 2165 posts |
Are you sure? I’ve seen tarballs for the latest nightlies (which are still there), but I don’t recall ever seeing a tarball for 5.24 stable. |
Timo Hartong (2813) 204 posts |
It seems indeed that I made a mistake here. Is there any way to get the source for 5.24 in a tarball ? |
David Pitt (3386) 1248 posts |
Yes, from git on a proper computer, see ROOL’s cheat sheet and the build notes To get a particular version of a build I think git checkout IOMDHAL-5_22 git submodule init git submodule update
dir <Obey$Dir> set UnixEnv$sgit$sfix "" sgit clone https://gitlab.riscosopen.org/Products/Titanium.git Titan524 dir Titan524 sgit checkout Titanium-5_24 sgit submodule init sgit submodule update echo finished HTH. P.S. While testing this out, sgit on the Titanium, OS5.24 & OS5.26 are slightly different. --- ADFS::ROOL.$.Test.OS524 2019-11-30 22:39:55.0 +0000 +++ ADFS::ROOL.$.Test.OS526 2019-11-30 22:39:55.0 +0000 @@ -4,3 +4,3 @@ ----- ----- ---------- ---------------------- -------------------- ---- - 0 0 Active UtilityModule 5.24 (16 Apr 2018) Y + 0 0 Active UtilityModule 5.26 (26 Oct 2018) Y 1 1 Active PCI 0.15 (10 Sep 2017) Y @@ -13,4 +13,4 @@ 8 15 Active WindowManager 5.61 (18 Mar 2018) Y - 9 16 Active TaskManager 1.50 (19 Aug 2017) Y - 10 17 Active Desktop 2.76 (29 May 2016) Y + 9 16 Active TaskManager 1.51 (26 Oct 2018) Y + 10 17 Active Desktop 2.77 (26 Oct 2018) Y 11 8 Active SharedCLibrary 5.95 (14 Apr 2018) Y ------------------------------------------------------------------------- |