Add 'make deb' example

George Melikov 2017-01-25 17:55:50 +04:00
parent 5bb0b347b8
commit 270fd3d1a9
1 changed files with 7 additions and 1 deletions

@ -82,7 +82,13 @@ sh autogen.sh
make -s -j$(nproc)
```
**tip:** `--with-spl=PATH` and `--with-spl-obj=PATH` can be passed to configure if it is unable to locate the SPL.
**tip:** `--with-spl=PATH` and `--with-spl-obj=PATH` can be passed to configure if it is unable to locate the SPL.
**Optional** Build packages
```
make deb #exmaple for Debian/Ubuntu
```
#### Running zloop.sh and zfs-tests.sh