forked from FreeRDP/Remmina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (45 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Remmina: The GTK+ Remote Desktop Client
=======================================
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travellers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks. Remmina supports
multiple network protocols in an integrated and consistant user interface.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
Remmina is released in separated source packages:
* "remmina", the main GTK+ application
* "remmina-plugins", a set of plugins
Remmina is free and open-source software, released under GNU GPL license.
Resources
---------
Website: http://remmina.sourceforge.net
Wiki: http://sourceforge.net/apps/mediawiki/remmina/
Forums: http://sourceforge.net/apps/phpbb/remmina/
Mailing List: https://lists.sourceforge.net/mailman/listinfo/remmina-common
Prerequisites
-------------
On Ubuntu 12.04 or later, install the following packages to compile Remmina:
cmake (>= 2.6)
libgtk-3-dev
libgcrypt11-dev
libssh-dev (>= 0.4)
libvte-2.90-dev
libxkbfile-dev
libfreerdp-dev (>= 1.1)
libtelepathy-glib-dev
libjpeg-dev
libgnutls-dev
libgnome-keyring-dev
libavahi-ui-gtk3-dev (>= 0.6.0)
libvncserver-dev
libappindicator3-dev
intltool
If libfreerdb-dev is not available in the required version, you'll have to
compile and install it from source. Follow instructions at:
https://github.com/FreeRDP/FreeRDP/wiki/Compilation
Compilation
-----------
To compile and install, perform the following for all of the three main packages:
mkdir build
cmake --build=build .
make
sudo make install