Skip to content

Commit 6e0522b

Browse files
committed
installation: make sure to include libarchive, a new dependency
1 parent 1e91919 commit 6e0522b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

00-installation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We're going to compile Singularity from source code. First we'll need to make s
66
```
77
$ sudo apt-get update
88
9-
$ sudo apt-get -y install python build-essential debootstrap squashfs-tools
9+
$ sudo apt-get -y install python build-essential debootstrap squashfs-tools libarchive-dev
1010
```
1111

1212
On CentOS, these commmands should get you up to speed.
@@ -18,7 +18,7 @@ $ sudo yum groupinstall 'Development Tools'
1818
1919
$ sudo yum install wget epel-release
2020
21-
$ sudo yum install debootstrap.noarch squashfs-tools
21+
$ sudo yum install debootstrap.noarch squashfs-tools libarchive-devel
2222
```
2323

2424
Next we'll download a compressed archive of the source code (using the the `wget` command). Then we'll extract the source code from the archive (with the `tar` command).

0 commit comments

Comments
 (0)