quamotion / remoteviewing

RemoteViewing is a .NET-native VNC client and server library.
Other
262 stars 77 forks source link

Compile LibVNC for Windows and macOS #97

Closed qmfrederik closed 4 years ago

qmfrederik commented 4 years ago

This is a first step to get build an implementation of RemoteViewing which wraps around the native libvnc library.

This PR adds the RemoteViewing.LibVnc.NativeBinaries package, which contains upstream libvnc compiled for Windows (32-bit and 64-bit) and macOS. Linux users are expected to acquire libvnc through their Linux distribution.

This package is GPLv2 licensed (because libvnc is GPL licensed).