VOGONS


DOSBOX CVS update

Topic actions

First post, by Farnsworth

User metadata
Rank Newbie
Rank
Newbie

Hi, I'd like to use CVS to update the source whenever I want, I know all the commands for that except I don't know the link of the source, the command of Transmission (a opensource OS X application) is
svn co svn://svn.m0k.org/Transmission/trunk Transmission
(I found some info on their forums)
is there a link like that for DOSBox so I can use svn up etc ?

It would look like this :

<link>
cd <folder, I guess it's called dosbox>
./autogen.sh
./configure
make

and then for all the other times :
cd <that folder again>
make clean
svn up
make

thanks