mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 02:00:33 +01:00
chore: README
This commit is contained in:
parent
b41f211ece
commit
534c12415e
8
README
8
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)
|
||||||
@ -192,7 +192,7 @@ You can either build from within Visual Studio (Build->Batch Build->Select All;R
|
|||||||
or from the command line. To build from the command line, start the
|
or from the command line. To build from the command line, start the
|
||||||
Developer PowerShell for Visual Studio and cd to the directory where you
|
Developer PowerShell for Visual Studio and cd to the directory where you
|
||||||
have extracted the POCO C++ Libraries sources. Then, run the buildwin.ps1 script
|
have extracted the POCO C++ Libraries sources. Then, run the buildwin.ps1 script
|
||||||
and pass the desired options.
|
and pass the desired options.
|
||||||
|
|
||||||
To show available options, run:
|
To show available options, run:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user