From 0a9fa79001db69d00797a1e6340cd6a22ccd37ec Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Thu, 7 Dec 2017 09:34:33 +0100 Subject: [PATCH] Compilation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 57746a161..b7ecf344a 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,15 @@ Main core for SWAD platform (Shared Workspace At a Distance) - http://en.wikipedia.org/wiki/SWAD_%28software%29 (Wikipedia, English) - http://es.wikipedia.org/wiki/SWAD (Wikipedia, Spanish) - https://twitter.com/OpenSWAD (Twitter) + +## Compile + +Install needed prerrequisites: + + sudo apt install libmysqlclient-dev + +and then + + make + +