From 49449453c9b268495663127b17c7a659ad4f3cf9 Mon Sep 17 00:00:00 2001 From: muxator Date: Sat, 1 Dec 2018 14:16:39 +0100 Subject: [PATCH] README: a lot of packages mentioned in the readme are not really needed, simplify libssl-dev, gzip, python, gcc have never been really needed for Etherpad itself. They were probably needed back in the day to manually compile nodejs. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a38caccca..d0fee501e 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,7 @@ git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/ ``` ## GNU/Linux and other UNIX-like systems -You'll need gzip, git, libssl develop libraries, python and gcc. -- *For Debian/Ubuntu*: `apt install gzip git python libssl-dev pkg-config build-essential` -- *For Fedora/CentOS*: `yum install gzip git python openssl-devel && yum groupinstall "Development Tools"` -- *For FreeBSD*: `portinstall node, npm, git (optional)` - -Additionally, you'll need [node.js](https://nodejs.org) installed (minimum required Node version: **6.9.0**). -Ideally, the latest stable version is preferred. Please note that the packages offered on some operating systems are outdated. In those cases, we recommend installing nodejs from official archives or compiling it from source (avoiding yum/apt). +You'll need git and [node.js](https://nodejs.org) installed (minimum required Node version: **6.9.0**, preferred: >= **8.9**). **As any user (we recommend creating a separate user called etherpad):**