From c2b637f8882797d52bbb193511e41a59d6bdaf57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onat=20Yi=C4=9Fit=20Mercan?= Date: Thu, 21 May 2015 22:09:48 +0300 Subject: [PATCH] Added instruction to install unzip in order to unpack runtime packages --- GettingStartedDeb.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/GettingStartedDeb.md b/GettingStartedDeb.md index 2b1c8ff306..4759025042 100644 --- a/GettingStartedDeb.md +++ b/GettingStartedDeb.md @@ -48,6 +48,14 @@ sudo ldconfig **NOTE:** `make install` puts `libuv.so.1` in `/usr/local/lib`, in the above commands `ldconfig` is used to update `ld.so.cache` so that `dlopen` (see `man dlopen`) can load it. If you are getting libuv some other way or not running `make install` then you need to ensure that dlopen is capable of loading `libuv.so.1`. +### Get unzip + +Unzip is needed to unpack runtime packages. + +``` +sudo apt-get install unzip +``` + ### Get DNVM Now let's get DNVM. To do this run: