Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Chopra <rajatchopra@gmail.com>2019-05-23 07:19:36 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2019-05-23 07:19:36 +0300
commit6d8b2421bc087f142a1edfb5f60a53040a5eac82 (patch)
treee1fabf3f784f00c2b2640e1af9acafb37e1d92b3
parent0ceaec9cee96ae7658aa45686853286651f36384 (diff)
Update debian dependencies in README (#228)
'fakeroot' is needed for building deb packages
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abfd1cd..7f0a72f 100644
--- a/README.md
+++ b/README.md
@@ -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/