vrowser 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +8 -3
- data/VERSION +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,9 +1,13 @@
|
|
1
1
|
= vrowser
|
2
|
-
|
2
|
+
server browser for many games (left4Dead2, TeamFortress2, etc)
|
3
3
|
|
4
4
|
= Setup & Install
|
5
|
-
|
6
|
-
|
5
|
+
You need to install QStat version 2.12+.
|
6
|
+
|
7
|
+
QStat is Real-time game server stats fetcher - http://qstat.sourceforge.net/
|
8
|
+
svn co https://qstat.svn.sourceforge.net/svnroot/qstat qstat
|
9
|
+
cd qstat
|
10
|
+
./autogen.sh
|
7
11
|
./configure
|
8
12
|
make
|
9
13
|
make install
|
@@ -29,3 +33,4 @@ Boot WEB Daemon (default is http://localhost:3000/)
|
|
29
33
|
== Copyright
|
30
34
|
Copyright (c) 2012 kimoto. See LICENSE.txt for
|
31
35
|
further details.
|
36
|
+
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.8
|