shamusneville
shamusneville
thanks for the help. can you please explain where I am supposed to run the git submodule command from. I tried running from git bash /c/dev/git/poco and /c/dev/git/poco/openssl and I...
Looking at gettingStarted page openSSL section, I am running the following: $ cd %POCO_BASE% $ rmdir /s /q openssl $ git clone https://github.com/pocoproject/openssl PS C:\dev\git\poco\openssl> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser...
    If I use the x86 Native Tools Command Prompt for VS 2017, nmake path is set. Will the build.ps1 work in VS command prompt? The Getting...