Commit 58485dcc47d779722f9921ff7e4842a1c1864066
1 parent
b98d5089
Exists in
master
update README
Showing
1 changed file
with
8 additions
and
15 deletions
Show diff stats
README.md
1 | -# install instructions | |
1 | +# lacs-matrix | |
2 | 2 | |
3 | -# make sure system is up to date | |
4 | -sudo apt-get update | |
5 | -sudo apt-get upgrade | |
3 | +- How to install? | |
6 | 4 | |
7 | -# install database dependencies | |
8 | -mysql-server | |
9 | -mysql-client | |
10 | -mysql-workbench | |
5 | +No need for installation. Just run the executable. | |
11 | 6 | |
12 | -# check if database version is compatible with lazarus SQLdb connection component | |
7 | +- How to setup? | |
13 | 8 | |
14 | -TMySQLXXConnection | |
9 | +You have at least two options. | |
15 | 10 | |
16 | -# downgrade if necessary. SQLdb component version must match mysql-client version. | |
11 | +1. Running from different folders in a machine (default for debugging). | |
12 | +2. Running from different machines in a local network. | |
17 | 13 | |
18 | -mysql -V # client version | |
14 | +You will need an instance of the program acting as a Server (researcher) and others acting as Clients (players). Clients must connect to the IP address of the Server; just create a file called 'IP' in the root folder of each client containing the Server IP on the first line. | |
19 | 15 | |
20 | -# on windows, check if libMySQL.dll is necessary... | |
21 | 16 | |
22 | - | |
23 | -# must compile with Lazarus 32 bits ultil delphi-zmq (pool) 64 bit support is available. | |
24 | 17 | \ No newline at end of file | ... | ... |