-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (28 loc) · 1.35 KB
/
README
File metadata and controls
33 lines (28 loc) · 1.35 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
#################################################################
ChuChu DC Server
Author Shuouma
2016
#################################################################
Description
#################################################################
This is the source code release of the ChuChu server.
It is a proof-of-concept server, that is, this is not
a production release. So take it as it is.
#################################################################
Prerequisite & Limitations
#################################################################
1. Libraries for sqlite3 (libsqlite3) and pthread are required for compilation
2. It is mandatory to edit the chuchu.cfg and replace <SERVER_IP> to the public IP of your server.
3. The code is only tested on a Little-endian (byte-order) and X86_64 architecture. Will probably not
work on big-endian without smaller modifications of the code.
4. The release is for Linux
#################################################################
Compile & Run
#################################################################
1. make (to compile the source code)
2. Execute the binaries chuchu_login_server and chuchu_lobby_server
Note:
Create your own init.d scripts for easier launch. Pipe the log to file.
Happy Gaming
Shuouma
DeeDee support, bug fixes and DCNet integration by Flyinghead