getting kos

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
dospro
Insane DCEmu
Insane DCEmu
Posts: 147
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Thu Dec 30, 2004 7:12 pm
Has thanked: 0
Been thanked: 0
Contact:

getting kos

Post by dospro »

Do you where can i get a kos snapshot and a kos-ports snapshot? I tried de main kos site, But the connection is terribly slow and it never downloads correctly.
Would anyone share his snapshot?
Check the BioGB emulator any help me get it much better!!
http://www.geocities.com/instructivus
c99koder
DC Developer
DC Developer
Posts: 200
Joined: Wed Oct 17, 2001 7:44 pm
Location: East Windsor, NJ
Has thanked: 0
Been thanked: 0
Contact:

Post by c99koder »

Check it out from Subversion. If you're using linux or mac, install the Subversion command line tools, and run:

svn co https://svn.sourceforge.net/svnroot/cadcdev/kos/
svn co https://svn.sourceforge.net/svnroot/cadcdev/kos-ports/

Otherwise if you're on Windows, install TortoiseSVN, right click inside a folder and pick "SVN Checkout...", then enter those URLs above.

-Sam
Last edited by c99koder on Wed Jun 07, 2006 8:39 pm, edited 1 time in total.
Image
dospro
Insane DCEmu
Insane DCEmu
Posts: 147
Joined: Thu Dec 30, 2004 7:12 pm
Has thanked: 0
Been thanked: 0
Contact:

Post by dospro »

OK. i installed subversion and i put svn co .....
A lot of files appeared, what do i have to do then?
I am new to svn, so please help me with that.
Check the BioGB emulator any help me get it much better!!
http://www.geocities.com/instructivus
c99koder
DC Developer
DC Developer
Posts: 200
Joined: Wed Oct 17, 2001 7:44 pm
Location: East Windsor, NJ
Has thanked: 0
Been thanked: 0
Contact:

Post by c99koder »

Once you get your compiler up and running, you can build KOS as normal.

copy kos/doc/environ.sh.sample to environ.sh and modify it to match your configuration, then source it and run make in the kos and kos-ports directories.

See http://gamedev.allusion.net/softprj/kos/setup.php for a better explanation (ignore the step about getting it from SVN, since you've already got it).

-Sam
Image
User avatar
SWAT
Insane DCEmu
Insane DCEmu
Posts: 191
Joined: Sat Jan 31, 2004 2:34 pm
Location: Russia/Novosibirsk
Has thanked: 1 time
Been thanked: 0
Contact:

Post by SWAT »

Forbidden :(
Image
OneThirty8
Damn Dirty Ape
Damn Dirty Ape
Posts: 5031
Joined: Thu Nov 07, 2002 11:11 pm
Location: Saugerties, NY
Has thanked: 0
Been thanked: 0

Post by OneThirty8 »

SWAT wrote:Forbidden :(
it was up when I checked about ten seconds ago. Maybe sourceforge went wonky again for a while? It happens every so often. Usually when there's something I really want to look at.
c99koder
DC Developer
DC Developer
Posts: 200
Joined: Wed Oct 17, 2001 7:44 pm
Location: East Windsor, NJ
Has thanked: 0
Been thanked: 0
Contact:

Post by c99koder »

The SVN repo has moved, it's now hosted on SourceForge. The new URLs are:

https://svn.sourceforge.net/svnroot/cadcdev/kos/
https://svn.sourceforge.net/svnroot/cadcdev/kos-ports/

I'll edit my earlier reply to reflect the changes.

-Sam
Image
User avatar
emptythought
DC Developer
DC Developer
Posts: 2015
Joined: Wed Jan 30, 2002 9:14 am
Location: UNITED STATES NRN
Has thanked: 0
Been thanked: 0
Contact:

Post by emptythought »

Why do they keep changing? That's about the second or third url change.
c99koder
DC Developer
DC Developer
Posts: 200
Joined: Wed Oct 17, 2001 7:44 pm
Location: East Windsor, NJ
Has thanked: 0
Been thanked: 0
Contact:

Post by c99koder »

SourceForge finally got around to support Subversion, so Dan decided it would be better to move the KOS repos onto there instead of his personal server.
Image
User avatar
emptythought
DC Developer
DC Developer
Posts: 2015
Joined: Wed Jan 30, 2002 9:14 am
Location: UNITED STATES NRN
Has thanked: 0
Been thanked: 0
Contact:

Post by emptythought »

Ah, cool.
User avatar
SWAT
Insane DCEmu
Insane DCEmu
Posts: 191
Joined: Sat Jan 31, 2004 2:34 pm
Location: Russia/Novosibirsk
Has thanked: 1 time
Been thanked: 0
Contact:

Post by SWAT »

thx
Image
dospro
Insane DCEmu
Insane DCEmu
Posts: 147
Joined: Thu Dec 30, 2004 7:12 pm
Has thanked: 0
Been thanked: 0
Contact:

Re: getting kos

Post by dospro »

In case anyone needs it. sourceforge has changed the KOS svn url. Here are the new ones:

svn co https://cadcdev.svn.sourceforge.net/svn ... dcdev/kos/
svn co https://cadcdev.svn.sourceforge.net/svn ... kos-ports/

Tested.
Check the BioGB emulator any help me get it much better!!
http://www.geocities.com/instructivus
Post Reply