Why doesn't someone make a devpack for the libraries tas nee
Moderator: Moderators
Why doesn't someone make a devpack for the libraries tas nee
ds. Stupid cutting off title.
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.
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.
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.

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.