Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 360 Bytes

Remmina Plugin Anydesk

Derived from https://github.com/muflone/remmina-plugin-teamviewer by Fabio Castelli.

Remmina minimal build environment for plugins.

To build a plugin for Remmina simply put it into the remmina-plugin-to-build directory and compile it using:

cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR=/destination_path install