Commit 810b2976be6ff0d965cf7e8e966764efe61f6894
1 parent
8c03a1ca
Exists in
master
update docs
Showing
2 changed files
with
25 additions
and
11 deletions
Show diff stats
INSTALL
1 | -/* | ||
2 | -Free-mtrix - Free cultural selection and social behavior experiments. | ||
3 | -Copyright (C) 2016 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará. | 1 | +/* |
2 | + Free-mtrix - Free cultural selection and social behavior experiments. | ||
3 | + Copyright (C) 2016-2017 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará. | ||
4 | 4 | ||
5 | -You should have received a copy of the GNU General Public License | ||
6 | -along with this program. If not, see http://www.gnu.org/licenses/. | 5 | + The present file is distributed under the terms of the GNU General Public License (GPL v3.0). |
6 | + | ||
7 | + You should have received a copy of the GNU General Public License | ||
8 | + along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
7 | */ | 9 | */ |
8 | 10 | ||
11 | +## How to install? | ||
12 | + | ||
9 | ### Linux | 13 | ### Linux |
10 | 14 | ||
11 | - 1. Install libzmq.so, v3.2.5, 64 or 32 bits, on your system. | 15 | + 1. Install libzmq.so (see http://zeromq.org/intro:get-the-software), v3.2.5, 64 or 32 bits, on your system. |
12 | 16 | ||
13 | 2. Done! | 17 | 2. Done! |
14 | 18 | ||
@@ -32,6 +36,14 @@ along with this program. If not, see http://www.gnu.org/licenses/. | @@ -32,6 +36,14 @@ along with this program. If not, see http://www.gnu.org/licenses/. | ||
32 | 36 | ||
33 | - Clients must connect to the IP address of the Server; just create a file named 'IP' in the root folder of each client containing the Server IP on the first line. | 37 | - Clients must connect to the IP address of the Server; just create a file named 'IP' in the root folder of each client containing the Server IP on the first line. |
34 | 38 | ||
39 | +## How to compile? | ||
40 | + | ||
41 | + 1. Install Lazarus RAD IDE (v1.6.2+) Free Pascal compiler and sources (v3.0.0+): http://lazarus-ide.org/. | ||
42 | + 2. Compile and install libzmq (v3.2.5) on your system: http://zeromq.org/intro:get-the-software. | ||
43 | + 3. Install epiktimer | ||
44 | + | ||
45 | + Note: If windows, all sofware must be compiled for 32bits, otherwise, you must write 64bits support yourself. | ||
46 | + | ||
35 | ## Known Issues | 47 | ## Known Issues |
36 | 48 | ||
37 | **`A referral was returned from the server`** | 49 | **`A referral was returned from the server`** |
README.md
1 | /* | 1 | /* |
2 | -Free-mtrix - Free cultural selection and social behavior experiments. | ||
3 | -Copyright (C) 2016 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará. | 2 | + Free-mtrix - Free cultural selection and social behavior experiments. |
3 | + Copyright (C) 2016-2017 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará. | ||
4 | 4 | ||
5 | -You should have received a copy of the GNU General Public License | ||
6 | -along with this program. If not, see http://www.gnu.org/licenses/. | 5 | + The present file is distributed under the terms of the GNU General Public License (GPL v3.0). |
6 | + | ||
7 | + You should have received a copy of the GNU General Public License | ||
8 | + along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
7 | */ | 9 | */ |
8 | 10 | ||
9 | # Free-mtrix | 11 | # Free-mtrix |
@@ -18,4 +20,4 @@ Wiggins, J. A. (1969). Status differentiation, external consequences and alterna | @@ -18,4 +20,4 @@ Wiggins, J. A. (1969). Status differentiation, external consequences and alterna | ||
18 | 20 | ||
19 | # How to install and setup the software? | 21 | # How to install and setup the software? |
20 | 22 | ||
21 | -Please, see the INSTALL file. | ||
22 | \ No newline at end of file | 23 | \ No newline at end of file |
24 | +Please, see the INSTALL file. |