From the docs:
https://github.com/hwhw/kindlevncviewer
Quote:
Building:
---------
It is suggested to compile LibVNCclient in a very minimal version. Personally, I use the following call to configure:
PKG_CONFIG_PATH=/home/hw/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-root/usr/lib/pkgconfig/ \
./configure --without-gcrypt --without-client-gcrypt \
--without-gnutls --without-client-tls \
--without-ipv6 --host=arm-unknown-linux-gnueabi \
--host=arm-unknown-linux-gnueabi \
--prefix=/home/hw/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-root/usr/
|
I think perhaps one of those --host calls should be something else. --build=i686-pc-linux-gnu maybe or something
Anyways. Thought I would share.