Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Example application demonstrating basic use of libguac and the Guacamole protocol within Windows applications.

Notifications You must be signed in to change notification settings

glyptodon/mingw-libguac-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mingw-libguac-example

This example demonstrates basic use of libguac within Windows applications, leveraging recent upstream Windows compatibility at the libguac level. The example itself is a reimplementation of the ball protocol tutorial in the Guacamole manual.

Building with MinGW

Building the example using MinGW should be as simple as running make:

$ make

This will produce a new executable, ball.exe, within the bin/ directory. The DLLs of all dependencies are already included in that directory, including a Windows build of libguac.

For convenience, the build will also produce a zip file, ball.zip, containing the executable and all dependencies.

About

Example application demonstrating basic use of libguac and the Guacamole protocol within Windows applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published