PlaneShift

Development => Development Deliberation => VisualC++ => Topic started by: Gergon on December 02, 2007, 01:34:27 am

Title: Some links are broken in the Compiling Guide...
Post by: Gergon on December 02, 2007, 01:34:27 am
I went to this compiling guide,
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html
and it was going fine antell I reached this point into the guide..
Quote
Crystal Space (CS)

Crystal Space 3D SDK is the engine that we use for rendering and sound.

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs
Crystal Entity Layer (CEL)

CEL is a layer on top of Crystal Space that is used for entity and behavior control.

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel
PlaneShift

Lastly, download our source:

/home/user/development$ svn co https://planeshift.svn.sourceforge.net/svnroot/planeshift/stable planeshift

You can only view the files in the web browser, its not a download...
Can anyone help?

Thanks in advance,
Gergon.
Title: Re: Some links are broken in the Compiling Guide...
Post by: Caarrie on December 02, 2007, 07:20:05 am
you need an svn client to download the files. Please read the whole guide it does tell you that.
Title: Re: Some links are broken in the Compiling Guide...
Post by: neko kyouran on December 02, 2007, 08:14:19 am
I went to this compiling guide,
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html
and it was going fine antell I reached this point into the guide.

wrong link.  that's for the old CVS version.  we're using SVN now.  (we no longer update the CVS guide anymore)  correct link is here:

http://planeshift.svn.sourceforge.net/viewvc/*checkout*/planeshift/trunk/docs/compiling.html (http://planeshift.svn.sourceforge.net/viewvc/*checkout*/planeshift/trunk/docs/compiling.html)
Title: Re: Some links are broken in the Compiling Guide...
Post by: Gergon on December 20, 2007, 04:01:48 pm
Thanks, sorry, a little late on the reply. lol  :oops:
I hope to get this working, I'm setting it up right now.