Why doesn't someone make a devpack for the libraries tas nee

Why doesn't someone make a devpack for the libraries tas nee

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Why doesn't someone make a devpack for the libraries tas nee

Post by Das Bruce »

ds. Stupid cutting off title.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

For VC, it's already there. Dunno where though, guess it is somewhere at FU.
User avatar
Dragon45
Posts: 2883
Joined: 16 Aug 2004, 04:36

Post by Dragon45 »

Linking to it directroy from Download page would save much hassle and puzzeled IRC and email and forum-goers going "wtf is b00st?" :-)
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

The download page is for users, if someone is interested in development they will go to this forum and are supposed to see the sticky "building spring in Visual Studio" thread.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

Actualyl I think it'd be better having ti on the svn so people get it without thinking and those using linux know to skip it because of the obvious folder name.

That and a link on the download page
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

No don't put it on SVN. It'll only increase the load on the server (make things slower). It will spill bandwidth (hence time) of every linux guy checking out the entire repository. Also, it just doesn't have much to do with spring except that we depend on it.

Most importantly though, subversion is for versioned data, and I highly doubt it's useful for us to version external dependencies. And even if we consider that useful, it doesn't make sense to include it as one big binary file because that messes up versioning even more. In that case, put the sourcecode of the dependencies on SVN.

Just put a batch script on SVN which grabs it from FU or this site. Oh wait, win doesn't have wget by default... Well, just put a link to it in the README (or even better: INSTALL) file, and put that on SVN. A developer ought to read those files before he/she asks questions anyway.
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Post by Das Bruce »

I was actually thinking for mingw.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Ah, you mean a devpak :-)

Mingw support isn't finished yet (read: no one managed to get it work yet).

You're lucky tho, I started yesterday on making it compile with mingw and while doing that I'm collecting the lib*.a, *.dll and header files in a mingwlibs package, so you can expect full mingw support, including a mingwlibs package, soon.
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Post by Das Bruce »

Tobi wrote:Ah, you mean a devpak :-)
Is that not what I said. :?
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

I got pretty close with mingw/scons... well as far as checking dependencies... meanwhile the friend who was trying to build Spring on my machine was completely ignored by the devs so gave up and so we never bothered making it work...
Post Reply

Return to “Engine”