mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
Add how to install using Conan section on README (#3727)
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
parent
0a9a521efe
commit
92152c8796
19
README
19
README
@ -167,6 +167,25 @@ If the version is out of date, please create an issue or pull request(https://gi
|
|||||||
on the vcpkg repository.
|
on the vcpkg repository.
|
||||||
|
|
||||||
|
|
||||||
|
BUILDING - USING CONAN
|
||||||
|
======================
|
||||||
|
|
||||||
|
You can download and install poco using the Conan(https://github.com/conan-io/conan)
|
||||||
|
package manager. It needed to be installed first(https://conan.io/downloads.html):
|
||||||
|
|
||||||
|
You can install Poco libraries from Conan Center(https://conan.io/center.html):
|
||||||
|
|
||||||
|
$ conan install -r conancenter poco/1.12.0@
|
||||||
|
|
||||||
|
Or, you can download Poco recipe and build locally:
|
||||||
|
|
||||||
|
$ conan install -r conancenter poco/1.12.0@ --build=poco
|
||||||
|
|
||||||
|
The Poco recipe and packages in Conan Center are kept up to date by Conan team members and community contributors.
|
||||||
|
If the version is out of date, or you detect any wrong behavior, please create an issue or pull request(https://github.com/conan-io/conan-center-index)
|
||||||
|
on the Conan Center Index repository.
|
||||||
|
|
||||||
|
|
||||||
BUILDING ON WINDOWS
|
BUILDING ON WINDOWS
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
17
README.md
17
README.md
@ -139,6 +139,23 @@ The poco port in vcpkg is kept up to date by Microsoft team members and communit
|
|||||||
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg)
|
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg)
|
||||||
on the vcpkg repository.
|
on the vcpkg repository.
|
||||||
|
|
||||||
|
#### Building and Installing - Using Conan
|
||||||
|
|
||||||
|
You can download and install poco using the Conan(https://github.com/conan-io/conan)
|
||||||
|
package manager. It needed to be installed first(https://conan.io/downloads.html):
|
||||||
|
|
||||||
|
You can install Poco libraries from Conan Center(https://conan.io/center.html):
|
||||||
|
|
||||||
|
$ conan install -r conancenter poco/1.12.0@
|
||||||
|
|
||||||
|
Or, you can download Poco recipe and build locally:
|
||||||
|
|
||||||
|
$ conan install -r conancenter poco/1.12.0@ --build=poco
|
||||||
|
|
||||||
|
The Poco recipe and packages in Conan Center are kept up to date by Conan team members and community contributors.
|
||||||
|
If the version is out of date, or you detect any wrong behavior, please create an issue or pull request(https://github.com/conan-io/conan-center-index)
|
||||||
|
on the Conan Center Index repository.
|
||||||
|
|
||||||
|
|
||||||
### Building Without CMake
|
### Building Without CMake
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user