Hi Joseph,

If you want a quick solution, we have continuos builds for FreeRDP on Windows 
here:
http://www.cloudbase.it/freerdp-for-windows-nightly-builds/

The main advantage of this build is that is completely self contained, just run 
wfreerdp.exe w/o any dependency required.

If you want to compile it on your own, you should definitely thinking about 
compiling OpenSSL as well. You should in particular make sure that the VS 
runtime version is the same for all the components involved in the build 
(FreeRDP and OpenSSL in this case).

To compile OpenSSL, they provide very clear instructions in the sources. Please 
read at least the project READMEs and INSTALLs before posting this type of 
questions. ;-)

Once done, set the environment variable requested by CMake:

set OPENSSL_ROOT_DIR=\path\to\your\openssl\dir

and run cmake for generating the FreeRDP build files.



Alessandro



On 14 Jun 2014, at 15:06, Joseph Benraz <joseph.ben...@gmail.com> wrote:

> Hi,
> 
> I'm trying to compile the FreeRDP in my windows OS, when I try to run the
> cmaker:
> "C:\Program Files (x86)\CMake\bin\cmake.exe" -DMONOLITHIC_BUILD=ON
> I get the following Error:
> 
> CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/
> FindPackageHandleStandardArgs.cmake:136 (message):
>  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
>  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
>  OPENSSL_INCLUDE_DIR)
> 
> How to solve this? , I downloaded the OpenSSL, but I have no idea what to
> do with it!!! (what code i need, what bin and where to put!!!!
> 
> Where I can FIND clear and full instruction of HOW TO BUILD FreeRDP in
> windows? , I see millions of questions about this issue, all have the same
> issue, no one can compile in Windows.
> 
> Best,
> Joseph
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> FreeRDP-devel mailing list
> FreeRDP-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to