The International Simutrans Forum

Community => Simutrans Gaming Discussion => Topic started by: vrm on October 27, 2012, 09:44:21 AM

Title: simutrans source code v112-0?
Post by: vrm on October 27, 2012, 09:44:21 AM
Hi all!

Maybe I'm some kind of blind, but i miss the source-code for V112.0 on sourceforge ...  :)

Any hints, anyone?

TIA

vrm
Title: Re: simutrans source code v112-0?
Post by: Dwachs on October 27, 2012, 10:02:19 AM
Its explained on this page

http://simutrans.com/development.htm
Title: Re: simutrans source code v112-0?
Post by: vrm on October 27, 2012, 01:59:09 PM
If I understand the page correctly, the svn, git, tarball or zip are the up-to-date versions for the nighty's. (or am I wrong?)

As I'm using gentoo-linux (and trying to write an ebuild (package-file) for it), it would be more appreciated to have a distinct tarball or zip-archive of the code.

Former versions (as up to 111-3-1) had a simulinux-src.zip on sourceforge, so an ebuild could easily be written (for each specific version), so the gentoo-specific tools for downloading, compiling and installing work the way they are supposed to.

vrm

PS: Btw. a working ebuild for V111-2-2 is attached (compiling an running on amd_86) for anyone who's interested.
Title: Re: simutrans source code v112-0?
Post by: prissi on October 27, 2012, 08:35:09 PM
That was overlooked during release. I will do this now.
Title: Re: simutrans source code v112-0?
Post by: kierongreen on October 28, 2012, 08:16:24 AM
If you use svn you can svn update -r 6000 to get the sourcecode to that release (change the revision number to the appropriate one for other releases by looking at svn log).
Title: Re: simutrans source code v112-0?
Post by: vrm on October 28, 2012, 09:03:18 AM
Subversion sources should, according to gentoo development guide, not generlly added to the sources, although it's possible to write packages, which use svn.

But as of now, the src-zipfile is on sourceforge, thre is no need to experiment with it.

Thanks a lot!

vrm