Simplify package extraction command (#2111)

No need for two commands, tar can handle .tar.gz.
This commit is contained in:
Samuel Mehrbrodt 2018-01-26 22:05:54 +01:00 committed by Aleksandar Fabijanic
parent d61688addf
commit 4130f1551e

3
README
View File

@ -183,8 +183,7 @@ or
Once you have GNU Make up and running, the rest is quite simple.
To extract the sources and build all libraries, testsuites and samples, simply
> gunzip poco-X.Y.tar.gz
> tar -xf poco-X.Y.tar
> tar -xzf poco-X.Y.tar.gz
> cd poco-X.Y
> ./configure
> gmake -s