cake
/
libp7
Archived
1
0
Fork 1

Removed mention to Debian

This commit is contained in:
Thomas Touhey 2017-01-05 01:17:28 +01:00
parent 895319e5c2
commit 2aee574e4f
1 changed files with 2 additions and 6 deletions

View File

@ -46,12 +46,8 @@ I took these as a reference because these are the ones I work with.
| [libusb](http://libusb.info/) | >= 1.0 |
## Building
To package for Debian, use the `deb` target. You shouldn't configure before
running this target, `debian/rules` will make it for you. Packages and
associated file are created in the parent directory.
If you are making it all yourself, just `./configure` then `make`. To install,
use `make install`.
Just `./configure` then `make`.
To install, use `make install`.
To build and install only the lib, use `all-lib` and `install-lib`.
To build and install only the docs, use `all-doc` and `install-doc`.