X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=README.md;h=b7121a20c33e0573c0eb3ae193b5892344af8db6;hb=ac37fa31eabd01839d942772b040756f2aa8ef9b;hp=5f50060d42d74c894abb7d81990eb8be0c728c6c;hpb=71d10208f91a566b40ea1bdbb1e2f20f85f8182f;p=command.git 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