Skip to content
Snippets Groups Projects
Unverified Commit 14bb4de9 authored by boklm's avatar boklm
Browse files

Bug 32979: Update README to add File::Slurp to the list of dependencies

parent 4e4ffefc
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ You also need a few perl modules installed:
- File::Temp
- Path::Tiny
- File::Path
- File::Slurp
- File::Copy::Recursive
- String::ShellQuote
- Sort::Versions
......@@ -42,7 +43,7 @@ If you are running Debian or Ubuntu, you can install them with:
libio-captureoutput-perl libjson-perl libpath-tiny-perl \
libstring-shellquote-perl libsort-versions-perl \
libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
libfile-copy-recursive-perl git runc \
libfile-copy-recursive-perl libfile-slurp-perl git runc \
mercurial
The build system is based on rbm, which is included as a git submodule
......
......@@ -19,6 +19,7 @@
- libdata-uuid-perl
- libdata-dump-perl
- libfile-copy-recursive-perl
- libfile-slurp-perl
- libgtk2.0-dev
- curl
- runc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment