mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
chore: README
This commit is contained in:
parent
b41f211ece
commit
534c12415e
6
README
6
README
@ -88,7 +88,7 @@ EXTERNAL DEPENDENCIES
|
||||
The following libraries require third-party software (header files and
|
||||
libraries) being installed to build properly:
|
||||
|
||||
- NetSSL_OpenSSL, Crypt and JWT require OpenSSL.
|
||||
- NetSSL_OpenSSL, Crypto and JWT require OpenSSL.
|
||||
- Data/ODBC requires ODBC
|
||||
(Microsoft ODBC on Windows, unixODBC or iODBC on Unix/Linux)
|
||||
- Data/MySQL requires the MySQL or MariaDB client library.
|
||||
@ -171,11 +171,11 @@ 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@
|
||||
$ conan install -r conancenter poco/1.13.3@
|
||||
|
||||
Or, you can download Poco recipe and build locally:
|
||||
|
||||
$ conan install -r conancenter poco/1.12.0@ --build=poco
|
||||
$ conan install -r conancenter poco/1.13.3@ --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)
|
||||
|
Loading…
Reference in New Issue
Block a user