Commit 4c9e4f89140b5697d6d822dc1cd6ef019c825d5f

Authored by Diego Araújo
1 parent 2041e009
Exists in colab and in 2 other branches master, stable

Remove curl from dependencies

Add suport for CentOS 7 and Debian 8
Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
HACKING.md
... ... @@ -2,7 +2,6 @@
2 2  
3 3 ### System dependencies (Ubuntu 14.04 package names)
4 4 - build-essential
5   - - curl
6 5 - postgresql-server-dev-9.3
7 6  
8 7 ### Unpacked dependecies
... ... @@ -24,6 +23,11 @@
24 23  
25 24 You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io
26 25  
  26 + It is expected to work with:
  27 +
  28 + - 2.1.5 Debian 8
  29 + - 2.0.0 CentOS 7
  30 +
27 31 *NOTE:* If you are using the gnome-shell, or any derivate like terminator, you have to mark on your profile the option to use a "login bash".
28 32  
29 33  
... ...