From d1d144ac0cf55dba76fdb5f7ece11ee0cd4071a8 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 22 Jun 2021 12:41:28 +0200 Subject: [PATCH] docs: remove `geos` from the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now use our own Ruby code to avoid a dependancy on the geos C library. It means that DS works without geos – and even that it doesn't work when geos is installed (because RGeos tries to auto-detect it). --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 00d06c679..73acaae72 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,7 @@ Les informations nécessaire à l'initialisation de la base doivent être pré-c Sous Ubuntu, certains packages doivent être installés au préalable : - sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev libcurl4-gnutls-dev zlib1g-dev libgeos-dev - -Sous Mac, certains packages doivent être installés au préalable : - - brew install geos + sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev libcurl4-gnutls-dev zlib1g-dev Afin d'initialiser l'environnement de développement, exécutez la commande suivante :