Skip to content

Commit

Permalink
Update debian dependencies in README (#228)
Browse files Browse the repository at this point in the history
'fakeroot' is needed for building deb packages
  • Loading branch information
rajatchopra authored and sjeaugey committed May 23, 2019
1 parent 0ceaec9 commit 6d8b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ To install NCCL on the system, create a package then install it as root.
Debian/Ubuntu :
```shell
$ # 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
$ make pkg.debian.build
$ ls build/pkg/deb/
Expand Down

0 comments on commit 6d8b242

Please sign in to comment.