mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-17 17:57:18 +02:00
Update POCO library.
This commit is contained in:
34
vendor/POCO/README.md
vendored
34
vendor/POCO/README.md
vendored
@@ -1,6 +1,5 @@
|
||||
![alt text][logo]
|
||||
|
||||
|
||||
[](https://github.com/pocoproject/poco/actions/workflows/ci.yml)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/370)
|
||||
|
||||
@@ -125,6 +124,39 @@ The default install location is `/usr/local/` on Linux and macOS and
|
||||
the `CMAKE_INSTALL_PREFIX` CMake variable.
|
||||
|
||||
|
||||
#### Building and Installing - Using vcpkg
|
||||
|
||||
You can download and install poco using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/Microsoft/vcpkg.git
|
||||
$ cd vcpkg
|
||||
$ ./bootstrap-vcpkg.sh
|
||||
$ ./vcpkg integrate install
|
||||
$ ./vcpkg install poco
|
||||
```
|
||||
The poco port in vcpkg is kept up to date by Microsoft team members and community contributors.
|
||||
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg)
|
||||
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
|
||||
|
||||
If you do not want to or cannot use CMake, POCO can also be built with Visual Studio
|
||||
|
Reference in New Issue
Block a user