You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Poco recipe and packages in Conan Center are kept up to date by Conan team members and community contributors.
185
185
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)
@@ -189,19 +189,22 @@ on the Conan Center Index repository.
189
189
BUILDING ON WINDOWS
190
190
===================
191
191
192
-
Microsoft Visual Studio 2015 or newer is required to build the POCO C++ Libraries on
193
-
Windows platforms. Solution and project files for all versions from 2015 to 2022 are included.
192
+
Microsoft Visual Studio 2019 or newer is required to build the POCO C++ Libraries on
193
+
Windows platforms. Solution and project files for Visual Studio 2019 to 2022 are included.
194
194
64-bit (x64) builds are supported as well.
195
195
You can either build from within Visual Studio (Build->Batch Build->Select All;Rebuild)
196
196
or from the command line. To build from the command line, start the
197
-
Visual Studio Command Prompt and cd to the directory where you
198
-
have extracted the POCO C++ Libraries sources. Then, simply start the buildwin.cmd script
199
-
and pass as argument the version of visual studio (140, 150, 160, 170, etc.). You can customize
200
-
what is being built by buildwin.cmd by passing appropriate command line arguments to
201
-
it. Call buildwin.cmd without arguments to see what is available.
202
-
203
-
To disable certain components (e.g., NetSSL_OpenSSL or Data/MySQL) from the build,
204
-
edit the file named "components" and remove the respective lines.
197
+
Developer PowerShell for Visual Studio and cd to the directory where you
198
+
have extracted the POCO C++ Libraries sources. Then, run the buildwin.ps1 script
0 commit comments