mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-07 09:48:04 +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
|
The following libraries require third-party software (header files and
|
||||||
libraries) being installed to build properly:
|
libraries) being installed to build properly:
|
||||||
|
|
||||||
- NetSSL_OpenSSL, Crypt and JWT require OpenSSL.
|
- NetSSL_OpenSSL, Crypto and JWT require OpenSSL.
|
||||||
- Data/ODBC requires ODBC
|
- Data/ODBC requires ODBC
|
||||||
(Microsoft ODBC on Windows, unixODBC or iODBC on Unix/Linux)
|
(Microsoft ODBC on Windows, unixODBC or iODBC on Unix/Linux)
|
||||||
- Data/MySQL requires the MySQL or MariaDB client library.
|
- 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):
|
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:
|
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.
|
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)
|
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