chore: README

This commit is contained in:
Alex Fabijanic 2024-04-03 19:17:40 -05:00
parent b41f211ece
commit 534c12415e

8
README
View File

@ -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)
@ -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
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
and pass the desired options.
and pass the desired options.
To show available options, run: