As part of our work with FreeRDP, we need to frequently build the Windows client based on the latest available code and since we already provide freely available automated nightly builds for our products, why not providing FreeRDP as well?
Download the portable WFreeRDP binaries (nightly build)
Updated daily at midnight GMT.
The above link provides a portable archive with no need for the Microsoft redistributable runtime and already packaged with the OpenSSL DLLs. You can unzip it and run it on any Windows OS starting from Windows XP SP2, without additional requirements.
If you simply need to download a compiled copy of FreeRDP, you can already stop reading. The following paragraphs provide some details about the compilation process.
Code repository:
https://github.com/FreeRDP/FreeRDP.git
CMake version:
Version: 2.8.10
CMake command line:
cmake . -DMONOLITHIC_BUILD=ON -DBUILD_SHARED_LIBS=OFF -G “Visual Studio 11″
Compiler:
Visual Studio 2012 Update 2
Visual Studio Toolset:
v110_xp (For compatibility with Xp / 2003)
Configuration:
Release
Runtime Library:
MultiThreaded (statically linked)
The post FreeRDP for Windows – Nightly builds appeared first on Cloudbase Solutions.