From 270fd3d1a9a8f32d92d7e0b72772638219b90d15 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Wed, 25 Jan 2017 17:55:50 +0400 Subject: [PATCH] Add 'make deb' example --- Building-ZFS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Building-ZFS.md b/Building-ZFS.md index 322c44b..5fb33d5 100644 --- a/Building-ZFS.md +++ b/Building-ZFS.md @@ -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