From fed4cda3a4017549ba61ced78469009aebc18e71 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 19 Jan 2015 10:16:40 +0200 Subject: [PATCH] Added apt-get list --- doc/debian_build_doc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index fe191ea5e..c7531b504 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -45,6 +45,13 @@ We also recommend to investigate [Passenger Optimization Guide](https://www.phusionpassenger.com/documentation/ServerOptimizationGuide.html) for proper configuration. +### For building gem libs + +Please install following lib, otherwise your bundler install might not be successful. + + sudo apt-get install libxml2-dev + + ### RBENV install cd /home/registry