szaszm commented on code in PR #1583:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1583#discussion_r1222986101
##########
README.md:
##########
@@ -151,6 +151,10 @@ and rebuild.
* Lua and development headers -- Required if Lua support is enabled
* libgps-dev -- Required if building libGPS support
* Zlib headers
+* perl -- Required for OpenSSL configuration
+* NASM -- Required for OpenSSL only on Windows
+
+**NOTE** On Windows if Strawberry Perl is used the
`${StrawberryPerlRoot}\c\bin` directory should not be part of the %PATH%
variable as Strawberry Perl's patch.exe will be found as the patch executable
in the configure phase instead if the git patch executable.
Review Comment:
If we're adding warnings like this, we should add another one about
Chocolatey's cpack conflicting with CMake cpack. One could also solve the
problem by moving the build utils' PATH entries before the conflicting ones, at
least in the terminals used to build.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]