User panel stuff on forum
  2 posts on 1 page  1
Quakeworld HOWTO/FAQ
2008-03-01, 15:43
Moderator
1329 posts

Registered:
Apr 2006
First you need to make sure you have SVN package installed in your system. The easiest way to do this is to type "svn" in the shell console. In case it isn't, you need to install package called "subversion" to the system. Few examples:

In debian, type apt-get install subversion

In gentoo, type emerge subversion or

For other distributions you need to check the documentation on how to install packages. After this you can fetch the fresh sources from the proper site by using following commands:

MVDSV:
svn co http://qw-dev.net/svn/mvdsv/trunk mvdsv

KTX:
svn co http://qw-dev.net/svn/ktx/trunk ktx

QTV:
svn co http://qw-dev.net/svn/qtv/trunk qtv
Servers: Troopers
2011-02-24, 14:07
Member
950 posts

Registered:
Apr 2006
Updated information for Git (since KTX and MVDSV moved to Git repositories)

In debian, type apt-get install git
In gentoo, type emerge git

MVDSV:
git clone http://qw-dev.net/git/mvdsv

KTX:
git clone http://qw-dev.net/git/ktx
  2 posts on 1 page  1