Skip to content

Commit c2b637f

Browse files
committed
Added instruction to install unzip in order to unpack runtime packages
1 parent 807a467 commit c2b637f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GettingStartedDeb.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ sudo ldconfig
4848

4949
**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`.
5050

51+
### Get unzip
52+
53+
Unzip is needed to unpack runtime packages.
54+
55+
```
56+
sudo apt-get install unzip
57+
```
58+
5159
### Get DNVM
5260

5361
Now let's get DNVM. To do this run:

0 commit comments

Comments
 (0)