Vinícius K-Max
Results
6
comments of
Vinícius K-Max
the -c flag workarounded for me. thanks.
Use -v to see invocation Also try this: ``` $ export FREERDP2_CFLAGS='-I/usr/local/include' $ export FREERDP2_LIBS='-I/usr/local/lib/freerdp' ./configure make
`Get-InstalledSoftware()` To avoid error, we can check the PowerShell version and return false in old versions. ``` # Grab the PowerSherll version $PshVersion = $host.version.Major # If less or equal...