I build mine like this:


cmake \
        -G "Unix Makefiles" \
        -DTVNC_BUILDJAVA=1 \
        -DCMAKE_INSTALL_PREFIX="${D}" \
        -DTVNC_BINDIR="${D}/usr/bin" \
        -DTVNC_DOCDIR="${D}/usr/share/doc/${P}" \
        -DTVNC_MANDIR="${D}/usr/share/man" \
        -DTVNC_JAVADIR="${D}/usr/share/${PN}/java" \
        -DTJPEG_LIBRARY=/usr/lib64/libturbojpeg.a \
        -DTJPEG_JAR=/usr/share/libjpeg-turbo/lib/turbojpeg.jar \
        .


---
Thanks,
Dyweni

On 2013-03-02 08:30, DRC wrote:
> It's a CMake variable. I am not in front of my computer, but I think
> BUILDING.txt describes its usage.
>
> On Mar 2, 2013, at 6:21 AM, James Wettenhall
> <james.wettenh...@monash.edu> wrote:
>
>> Hi,
>>
>> I'm trying to build TurboVNC 1.1.91 with libjpeg-turbo 1.2.90 on 
>> Linux using non-standard installation paths.
>>
>> Is FindTurboJPEG.cmake supposed to allow specifying a non-standard 
>> location of libjpeg-turbo via environment variables?
>>
>> It seems to only check CMake variables:
>>
>> if (NOT TJPEG_INCLUDE_DIR)
>>
>> rather than checking $ENV{TJPEG_INCLUDE_DIR}
>>
>> Cheers,
>> James
>>
>>
>> 
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_feb
>> _______________________________________________
>> VirtualGL-Users mailing list
>> VirtualGL-Users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> VirtualGL-Users mailing list
> VirtualGL-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtualgl-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to