Add instructions to install packaging toolchain

Address #143 and #150 : debuild not installed.
Αυτή η υποβολή περιλαμβάνεται σε:
Sylvain Jeaugey
2018-11-05 11:42:33 -08:00
υποβλήθηκε από GitHub
γονέας bed43524cc
υποβολή f7d31919d7
+6
Προβολή Αρχείου
@@ -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/
```