mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 19:48:00 +00:00
Simplify package extraction command (#2111)
No need for two commands, tar can handle .tar.gz.
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
d61688addf
commit
4130f1551e
3
README
3
README
@@ -183,8 +183,7 @@ or
|
|||||||
Once you have GNU Make up and running, the rest is quite simple.
|
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
|
To extract the sources and build all libraries, testsuites and samples, simply
|
||||||
|
|
||||||
> gunzip poco-X.Y.tar.gz
|
> tar -xzf poco-X.Y.tar.gz
|
||||||
> tar -xf poco-X.Y.tar
|
|
||||||
> cd poco-X.Y
|
> cd poco-X.Y
|
||||||
> ./configure
|
> ./configure
|
||||||
> gmake -s
|
> gmake -s
|
||||||
|
|||||||
Reference in New Issue
Block a user