SDL_vnc 1.0.0 review

Download
by rbytes.net on

SDL_vnc library was created to offer a VNC client system that: - is LGPL licensed and can be used in commercial applications - in

License: LGPL (GNU Lesser General Public License)
File size: 273K
Developer: A. Schiffler
0 stars award from rbytes.net

SDL_vnc library was created to offer a VNC client system that:

- is LGPL licensed and can be used in commercial applications
- integrates with SDL (framebuffer is a SDL surface)
- IO and processing runs as a thread, so it does not interfere with a traditional "game loop"

Supported Platforms:

The library compiles and is tested on a Linux target with a TightVNC server running on windows.

Installation and Test

To compile the library your need the SDL 1.2 installed from source or installed with the 'devel' RPM package. For example on Mandrake, run:

urpmi libSDL1.2-devel

The run

./autogen.sh (optional)
./configure
make
make install
ldconfig

to compile and install the library. The default location for the installation is /usr/local/lib and /usr/local/include. The libary path /usr/local/lib might need to be added to the file /etc/ld.so.conf

Then run ldconfig again.

SDL_vnc 1.0.0 keywords