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

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages