From: Rafał Długołęcki Date: Wed, 20 May 2015 20:37:56 +0000 (+0200) Subject: Improve installation info. X-Git-Tag: v0.3~11 X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=ac37fa31eabd01839d942772b040756f2aa8ef9b;p=command.git Improve installation info. --- diff --git a/README b/README index 5f50060..b7121a2 100644 --- a/README +++ b/README @@ -4,6 +4,15 @@ C++ library for handling command line arguments. ## Installation +### debian package + + $ wget https://github.com/quayle/command/releases/download/v0.2.1-deb/command_0.2.1_all.deb + $ sudo dpkg -i command_0.2.1_all.deb + +### from sources + +You will need to have autotools installed (automake, autoconf, ...) + $ ./autogen.sh $ ./configure $ make diff --git a/README.md b/README.md index 5f50060..b7121a2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ C++ library for handling command line arguments. ## Installation +### debian package + + $ wget https://github.com/quayle/command/releases/download/v0.2.1-deb/command_0.2.1_all.deb + $ sudo dpkg -i command_0.2.1_all.deb + +### from sources + +You will need to have autotools installed (automake, autoconf, ...) + $ ./autogen.sh $ ./configure $ make