diff --git a/INSTALL b/INSTALL
index a206678..f815d7e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,14 +1,18 @@
-/*
-Free-mtrix - Free cultural selection and social behavior experiments.
-Copyright (C) 2016 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará.
+/*
+ Free-mtrix - Free cultural selection and social behavior experiments.
+ Copyright (C) 2016-2017 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará.
-You should have received a copy of the GNU General Public License
-along with this program. If not, see http://www.gnu.org/licenses/.
+ The present file is distributed under the terms of the GNU General Public License (GPL v3.0).
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
*/
+## How to install?
+
### Linux
- 1. Install libzmq.so, v3.2.5, 64 or 32 bits, on your system.
+ 1. Install libzmq.so (see http://zeromq.org/intro:get-the-software), v3.2.5, 64 or 32 bits, on your system.
2. Done!
@@ -32,6 +36,14 @@ along with this program. If not, see http://www.gnu.org/licenses/.
- 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.
+## How to compile?
+
+ 1. Install Lazarus RAD IDE (v1.6.2+) Free Pascal compiler and sources (v3.0.0+): http://lazarus-ide.org/.
+ 2. Compile and install libzmq (v3.2.5) on your system: http://zeromq.org/intro:get-the-software.
+ 3. Install epiktimer
+
+ Note: If windows, all sofware must be compiled for 32bits, otherwise, you must write 64bits support yourself.
+
## Known Issues
**`A referral was returned from the server`**
diff --git a/README.md b/README.md
index 0620cc4..5af6594 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
/*
-Free-mtrix - Free cultural selection and social behavior experiments.
-Copyright (C) 2016 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará.
+ Free-mtrix - Free cultural selection and social behavior experiments.
+ Copyright (C) 2016-2017 Carlos Rafael Fernandes Picanço, Universidade Federal do Pará.
-You should have received a copy of the GNU General Public License
-along with this program. If not, see http://www.gnu.org/licenses/.
+ The present file is distributed under the terms of the GNU General Public License (GPL v3.0).
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
*/
# Free-mtrix
@@ -18,4 +20,4 @@ Wiggins, J. A. (1969). Status differentiation, external consequences and alterna
# How to install and setup the software?
-Please, see the INSTALL file.
\ No newline at end of file
+Please, see the INSTALL file.
--
libgit2 0.21.2