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
Add powershell for different platforms. (For example needed for cross-compiling with vcpkg and x64-mingw-dynamic windows triplets, #103) cmake/vcpkg error: Could not find Z_VCPKG_BUILTIN_POWERSHELL_PATH using the following names powershell
Example: .\setup_cpp_linux --powershell true
Platforms
Windows
* use choco if not already exist
* or install via MSI
Add powershell for different platforms.
(For example needed for cross-compiling with vcpkg and
x64-mingw-dynamic
windows triplets, #103)cmake/vcpkg error: Could not find Z_VCPKG_BUILTIN_POWERSHELL_PATH using the following names powershell
.\setup_cpp_linux --powershell true
* use choco if not already exist
* or install via MSI
curl -sSL https://github.com/PowerShell/PowerShell/releases/download/v7.2.5/powershell-lts_7.2.5-1.deb_amd64.deb -o /tmp/powershell.deb && apt-get update -y && apt-get install -y /tmp/powershell.deb && apt-get clean && rm -rf /var/lib/apt/lists/* && rm /tmp/powershell.deb
powershell-bin
The text was updated successfully, but these errors were encountered: