Hi Joseph,

On 21 Jun 2014, at 22:47, Joseph Benraz <joseph.ben...@gmail.com> wrote:

> Hi,
> 
> I successfully compile FreeRDP, thanks.
> I could not find ANY instruction of how to compile web connector :(

We’re putting together an INSTALL file for the project, for the meantime let me 
add some brief instructions here:

There are quite a few dependencies involved:

ZLib
LibPNG
OpenSSL 
FreeRDP
PThreads-Win32
EHS (https://github.com/cloudbase/EHS.git)

Some notes:

The EHS build is now based on CMake:

cmake . -DTHREADS_PTHREADS_WIN32_LIBRARY=“..."

Same for the FreeRDP-WebConnect build:

cmake . -DTHREADS_PTHREADS_WIN32_LIBRARY=“..." -DEHS_ROOT_DIR=“…”

This should help as a starting point until the INSTALL file is ready, let me 
know if it helps!


Thanks,

Alessandro


> 
> Any link or instructions will be great?
> 
> Thanks,
> Joseph
> 
> 
> On Fri, Jun 20, 2014 at 11:14 AM, Joseph Benraz <joseph.ben...@gmail.com> 
> wrote:
> Hi Alessandro,
> I need the FreeRDP libraries (dll), the over night provide EXE client :(
> 
> 
> On Sun, Jun 15, 2014 at 11:44 PM, Alessandro Pilotti 
> <apilo...@cloudbasesolutions.com> wrote:
> 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
> 
> 
> 


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to