PlaneShift

Development => Development Deliberation => Topic started by: Stephant on November 22, 2004, 11:17:13 pm

Title: Source Code
Post by: Stephant on November 22, 2004, 11:17:13 pm
Just a few quick questions, I already looked in this forum to see if there was anything related to my questions, but didnt succeed in finding anything that sincerely answered them. I was wondering if there was any other way to download the current source code of Planeshift instead of CVS, because I have been having connection problems with both Tortise and WinCVS =/ If not perhaps someone can help me to please find a way so I might be able to compile it? Any assistance would be greatly appreciated. The other question was if anyone had a suggestion into what compiler I should use for compiling this (I know C++) that is perhaps a decent free one? Visual MinGW?

Thanks in advance,
Stephant
Title:
Post by: Karosh_Steinkatz on November 23, 2004, 12:09:39 am
Sourceforge.net offers nightly tarballs of all projects. Here we go:

Cal3D (http://cvs.sourceforge.net/cvstarballs/cal3d-cvsroot.tar.bz2)
Crystal Space (http://cvs.sourceforge.net/cvstarballs/crystal-cvsroot.tar.bz2)
CEL (http://cvs.sourceforge.net/cvstarballs/cel-cvsroot.tar.bz2)
Planeshift (http://cvs.sourceforge.net/cvstarballs/planeshift-cvsroot.tar.bz2)

If you need a compiler ( I suppose you are using windows), I suggest MingW (http://www.mingw.org), the compilation manual is in the PlaneShift cvs in /docs/compiling-mingw.txt

Edit: forgot something
Title: Thanks
Post by: Stephant on November 23, 2004, 04:49:39 am
Thanks for the head start, but the only problem is that I didnt see any source code inside those tarballs?
Title:
Post by: Karosh_Steinkatz on November 23, 2004, 10:54:59 am
Hmm, I haven\'t tried them before, but I thought they are backup copies of the CVS tree, because it says so on SF.net *shrugs*
Sorry that I couldn\'t help  :\\
Title:
Post by: daecarne on November 23, 2004, 04:52:00 pm
The tarballs are in CVS backup format. However, I can provide you the latest source code, if you want.
Title:
Post by: acraig on November 23, 2004, 06:31:36 pm
Getting the source code should really be done using CVS.  Since that is the easiest way to get what you are looking for.  CVS is not that hard a tool to use ( in either windows or other ) and it really is worth the time to read up and learn a bit about.   If you are having problems using WinCVS then post those issues and maybe we can resolve those.  Failing that you can always try from the command line and see what error it reports.