Add 'make deb' example
parent
5bb0b347b8
commit
270fd3d1a9
|
@ -84,6 +84,12 @@ 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
|
#### Running zloop.sh and zfs-tests.sh
|
||||||
|
|
||||||
There are a few helper scripts provided in the top-level scripts directory designed to aid developers working with in-tree builds.
|
There are a few helper scripts provided in the top-level scripts directory designed to aid developers working with in-tree builds.
|
||||||
|
|
Loading…
Reference in New Issue