From 0fe8e41c973dada58c053d512fb0d76736dec416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 22 Feb 2019 12:11:30 +0100 Subject: [PATCH] Imporve doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a73fc3..0cbca8fe 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Provides a node.js based API for running SQL queries against CartoDB. * Node 10.x * npm 6.x -* gcc 4.9 * PostgreSQL >= 10.0 * PostGIS >= 2.4 * CARTO Postgres Extension >= 0.24.1 * Redis >= 4 * GDAL `1.11.0` (bin utils). See [installing GDAL](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries) * zip commandline tool. +* C++11 (to build internal dependencies if needed) ## Install dependencies