Skip to content

Commit

Permalink
README: add information for Debian packages
Browse files Browse the repository at this point in the history
Add description for how to build Debian packages.

Signed-off-by: Damien Le Moal <[email protected]>
  • Loading branch information
damien-lemoal committed Jan 7, 2021
1 parent 1687a2f commit 197fddc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,19 @@ command.
$ rpmbuild --rebuild libzbd-<version>.src.rpm
```

### Building Debian Packages

The procedure is similar to building RPM packages.

```
$ ./configure --enable-deb
$ make deb
```

The above commands will build thre *.deb* packages: one binary package
containing the libarary and example tools, a development package providing the
library header files and a debug package.

## Library

*libzbd* defines a set of functions and data structures simplifying the
Expand Down

0 comments on commit 197fddc

Please sign in to comment.