-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABOUT
More file actions
51 lines (43 loc) · 1.54 KB
/
ABOUT
File metadata and controls
51 lines (43 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
MVDsv: a QuakeWorld server
--------------------------
Official website:
http://mvdsv.qw-dev.net
Latest builds:
http://builds.qw-dev.net
Development team:
see CREDITS file
License:
GPL2, see LICENSE file
Want to help?
- spread the word: link to our website, mention MVDsv, run your server
- document usage and features: http://mvdsv.qw-dev.net/wiki
- report bugs or ask for new features: http://mvdsv.qw-dev.net/isssues
- fix bugs by patching sources: http://mvdsv.qw-dev.net/repository
- join the development team: http://mvdsv.qw-dev.net/boards
Source code repository/archive structure:
mvdsv // Top level folder
+-+ bin // Prebuilt binaries
| +-+ bsd // FreeBSD binaries
| | +-- x64 // 64bits
| | `- x86 // 32bits
| +-+ linux // Linux binaries
| | +-- x64 // 64bits
| | `- x86 // 32bits
| +-+ osx // Mac binaries
| | +-- x64 // 64bits
| | `- x86 // 32bits
| `+ windows // Windows binaries
| +-- x64 // 64bits
| `- x86 // 32bits
+-+ build // Make and build files, IDE project files
| +-- make // GNU make files
| `- vs // Visual Studio files
+-- config // Configuration files for the binaries
+-- doc // Documentation
+-- lib // External or third-party libraries
+-+ src // Source code tree
| `- include // Header files
`+ tools // Various related tools
+-+ example_x // Tool top level folder (follows same structure as root)
`- example_y // Tool top level folder (follows same structure as root)
:)