Jump to content
XCOMUFO & Xenocide

PRG- Special Assignment


mamutas

Recommended Posts

Hi,

 

I need a volunteer to create an instructions for newcomer programmers on how to get started. We would put that text on the website and it will save us time to retype it everytime.

 

Anyone volunteers? Post your text here, so everyone can review it and fix any issues.

 

Here is the first shot:

 

1. Contact admin to make you a recruit.

2. Read through the forums on http://www.xcomufo.com/forums

3. Read through the programming mailing list.

4. Download OGRE from http://www.ogre3d.org/ and compile it.

5. Create environment variable %OGRE% and point it to <more info later>.

6. Extract the latest version of Xenocide from CVS at http://www.SourceForge.net/projects/xenocide.

7. Create environment variable %XENOCIDE% and point to the directory where you extracted Xenocide files from CVS.

8. Use Microsoft Visual Studio .NET 2003 to compile OGRE and Xenocide.

9. Enjoy.

Edited by mamutas
Link to comment
Share on other sites

  • 3 weeks later...
Hi,

 

I need a volunteer to create an instructions for newcomer programmers on how to get started. We would put that text on the website and it will save us time to retype it everytime.

 

Anyone volunteers? Post your text here, so everyone can review it and fix any issues.

 

Here is the first shot:

 

1. Contact admin to make you a recruit.

2. Read through the forums on http://www.xcomufo.com/forums

3. Read through the programming mailing list.

4. Download OGRE from http://www.ogre3d.org/ and compile it.

5. Create environment variable %OGRE% and point it to <more info later>.

6. Extract the latest version of Xenocide from CVS at http://www.SourceForge.net/projects/xenocide.

7. Create environment variable %XENOCIDE% and point to the directory where you extracted Xenocide files from CVS.

8. Use Microsoft Visual Studio .NET 2003 to compile OGRE and Xenocide.

9. Enjoy.

One very important thing to add for step 6: (from someone who just went through it :) )

 

Follow these instructions:

http://www.xcomufo.com/forums/index.php?showtopic=2859

 

BUT,

 

for the CVSROOT string:

 

:pserver:[email protected]:/cvsroot/xenocide/

 

There should NOT be a slash on the end, so we should actually use:

 

:pserver:[email protected]:/cvsroot/xenocide

 

Then everything will work well with CVS.

Link to comment
Share on other sites

Updated... that information should be on the webpage too...

 

Greetings

Red Knight

That is the intention of this thread: to sum up the steps to go through and the to put it on the Web. Micah is working on the page for that.

Link to comment
Share on other sites

  • 1 month later...

The VS.Net projects is already setted up for you. You just have to download the devpack.net2003 module from the CVS and the dependencies pack from:

 

http://www.projectxenocide.com/redknight/S...ack.net2003.zip

 

Decompress it and there you go.

 

the solution is on devpack.net2003\compiler

 

Greetings

Red Knight

Link to comment
Share on other sites

×
×
  • Create New...