From c1a18192c931699457cecbfb04d0a02c3a9264e4 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 29 Aug 2017 11:46:16 +0200 Subject: [PATCH] Remove ghostscript requisite, no longer in use --- README.md | 2 +- README_ES.md | 2 +- doc/en/dev_test_setup_linux.md | 6 ------ doc/en/dev_test_setup_osx.md | 6 ------ doc/es/dev_test_setup_linux.md | 6 ------ doc/es/dev_test_setup_osx.md | 6 ------ 6 files changed, 2 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 8dbfcd281..ebe051eef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http **NOTE**: For more detailed instructions check the [docs](https://github.com/consul/consul/tree/master/doc/en/dev_test_setup.md) -Prerequisites: install git, Ruby 2.3.2, bundler gem, ghostscript and PostgreSQL (>=9.4). +Prerequisites: install git, Ruby 2.3.2, bundler gem, and PostgreSQL (>=9.4). ``` git clone https://github.com/consul/consul.git diff --git a/README_ES.md b/README_ES.md index 7b9267351..e9065f8e4 100644 --- a/README_ES.md +++ b/README_ES.md @@ -32,7 +32,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo **NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://github.com/consul/consul/tree/master/doc/es/dev_test_setup.md) -Prerequisitos: tener instalado git, Ruby 2.3.2, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior). +Prerequisitos: tener instalado git, Ruby 2.3.2, la gema `bundler` y PostgreSQL (9.4 o superior). ``` diff --git a/doc/en/dev_test_setup_linux.md b/doc/en/dev_test_setup_linux.md index 5e4a1195a..aeeb21fcb 100644 --- a/doc/en/dev_test_setup_linux.md +++ b/doc/en/dev_test_setup_linux.md @@ -86,12 +86,6 @@ apt-get update apt-get install postgresql-9.4 ``` -## Ghostscript - -``` -apt-get install ghostscript -``` - ## Cloning the repository Now, with all the dependencies installed, clone the Consul repository: diff --git a/doc/en/dev_test_setup_osx.md b/doc/en/dev_test_setup_osx.md index b579ce4a6..82f6f430e 100644 --- a/doc/en/dev_test_setup_osx.md +++ b/doc/en/dev_test_setup_osx.md @@ -86,12 +86,6 @@ rm -rf /usr/local/var/postgres brew install postgis ``` -## Ghostscript - -``` -brew install ghostscript -``` - ## PhantomJS ``` diff --git a/doc/es/dev_test_setup_linux.md b/doc/es/dev_test_setup_linux.md index b5c50eff0..6f3b2e47a 100644 --- a/doc/es/dev_test_setup_linux.md +++ b/doc/es/dev_test_setup_linux.md @@ -84,12 +84,6 @@ apt-get update apt-get install postgresql-9.4 ``` -## Ghostscript - -``` -apt-get install ghostscript -``` - ## Clonar el repositorio Ahora que ya tenemos todas las dependencias instalado podemos bajarnos el proyecto: diff --git a/doc/es/dev_test_setup_osx.md b/doc/es/dev_test_setup_osx.md index 5fb251a0c..01cea3923 100644 --- a/doc/es/dev_test_setup_osx.md +++ b/doc/es/dev_test_setup_osx.md @@ -88,12 +88,6 @@ rm -rf /usr/local/var/postgres brew install postgis ``` -## Ghostscript - -``` -brew install ghostscript -``` - ## PhantomJS ```