Add instructions to install packaging toolchain

Address #143 and #150 : debuild not installed.


[ROCm/rccl commit: f7d31919d7]
This commit is contained in:
Sylvain Jeaugey
2018-11-05 11:42:33 -08:00
committed by GitHub
parent 1cc88accd5
commit 287e36a92d
+6
View File
@@ -52,12 +52,18 @@ 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
$ # Build NCCL deb package
$ make pkg.debian.build
$ ls build/pkg/deb/
```
RedHat/CentOS :
```shell
$ # Install tools to create rpm packages
$ sudo yum install rpm-build rpmdevtools
$ # Build NCCL rpm package
$ make pkg.redhat.build
$ ls build/pkg/rpm/
```