Re: [FreeRDP-devel] compiling problem HALF SOLVER

2017-01-23 Thread Bernhard Miklautz
Hi, > So my question now is, How can install in a server who haven't even the > "make" installer? If you want to stick with you self build version you can for example just do a "make install DESTDIR=/tmp/install", tar the content of that directory and untar it on you sever machine in /. But this

[FreeRDP-devel] compiling problem HALF SOLVER

2017-01-23 Thread Antonio Trujillo Carmona
El 23/01/17 a las 10:20, Bernhard Miklautz escribió: > cmake -LA | grep -i CUPS $ cmake -LA | grep -i CUPS -- Finding optional feature Cups for printing (printer device redirection) CUPS_INCLUDE_DIR:PATH=/usr/include CUPS_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libcups.so WITH_CUPS:BOOL=ON

Re: [FreeRDP-devel] new feature and compiling problem

2017-01-23 Thread Bernhard Miklautz
Hi, On Mon, Jan 23, 2017 at 10:07:07AM +0100, Antonio Trujillo Carmona wrote: > When I try to exec freerdp2 (after compiling it from gith): > > /usr/local/bin/xfreerdp /sec:rdp /cert-ignore /f /toggle-fullscreen:off > /monitors:0,1 /multimon:force /d:HVN /u:"" \ >

Re: [FreeRDP-devel] new feature and compiling problem

2017-01-23 Thread Antonio Trujillo Carmona
When I try to exec freerdp2 (after compiling it from gith): /usr/local/bin/xfreerdp /sec:rdp /cert-ignore /f /toggle-fullscreen:off /monitors:0,1 /multimon:force /d:HVN /u:"" \ /v:"$SERVIDOR".hvn.sas.junta-andalucia.es /rfx /sound:sys:alsa///microphone:sys:alsa

Re: [FreeRDP-devel] new feature and compiling problem

2017-01-23 Thread Antonio Trujillo Carmona
> > > On Fri, Jan 20, 2017 at 1:48 PM, Antonio Trujillo Carmona < > antonio.trujillo.s...@juntadeandalucia.es> wrote: > >> First congratulation for your work. >> I need start xfreerdp2 in full screen, multimonitor, but I need that the >> primary monitor is assigned to the right one. >> I download