Update debian dependencies in README (#228)
'fakeroot' is needed for building deb packages
This commit is contained in:
parent
0ceaec9cee
commit
6d8b2421bc
@ -55,7 +55,7 @@ To install NCCL on the system, create a package then install it as root.
|
|||||||
Debian/Ubuntu :
|
Debian/Ubuntu :
|
||||||
```shell
|
```shell
|
||||||
$ # Install tools to create debian packages
|
$ # Install tools to create debian packages
|
||||||
$ sudo apt install build-essential devscripts debhelper
|
$ sudo apt install build-essential devscripts debhelper fakeroot
|
||||||
$ # Build NCCL deb package
|
$ # Build NCCL deb package
|
||||||
$ make pkg.debian.build
|
$ make pkg.debian.build
|
||||||
$ ls build/pkg/deb/
|
$ ls build/pkg/deb/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user