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 + +