Installing FreeRDP on Mac OS without using Homebrew or full XCode

91 views Asked by At

I'm trying to install FreeRDP on my Mac. I have the pre-requisites installed and I want to do it without using homebrew or XCode (I do have CMake installed). I've reviewed these instructions but I'm not sure what to do with them.

I run this:

cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib

I get to this at the end of the process:

-- Build files have been written to: /Users/{username}/Desktop/package/FreeRDP

And when I try to run xfreerdp from the cli:

-bash: xfreerdp: command not found

It seems like I'm just missing the actual "install this on the OS..." part and can't figure out how with these tools.

I've been beating my head against the wall with this one and really hope someone has done it before or can point me in the correct direction. I'm very new to this type of installation but I'm excited to get it figured out.

Thanks in advance for any direction!

0

There are 0 answers