Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2014-07-18 00:07:24 +0400
committerAntenore Gatta <antenore@simbiosi.org>2014-07-18 00:07:24 +0400
commitaaa05f9a9ac89d9cbb3f7b67e6a07c9b69d20d83 (patch)
tree359b5a90f03d1337d21db5cf0f4c33e556a30c3b /README
parent2782dd63e78fca8eebe2ebc61cb3a02b75f603e5 (diff)
parent64a78bc5a327a8411d5d0b6d7a89ae7e70a2172b (diff)
Merge pull request #276 from repzilon/master
GTK+ 2 compatibility
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 1a21e7aba..f406664a3 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ Prerequisites
On Ubuntu 12.04 or later, install the following packages to compile Remmina:
cmake (>= 2.6)
-libgtk-3-dev
+libgtk-2-dev
libgcrypt11-dev
libssh-dev (>= 0.4)
libvte-2.90-dev
@@ -37,10 +37,8 @@ libtelepathy-glib-dev
libjpeg-dev
libgnutls-dev
libgnome-keyring-dev
-libavahi-ui-gtk3-dev (>= 0.6.0)
+libavahi-ui-gtk2-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:
@@ -52,6 +50,6 @@ Compilation
To compile and install, perform the following for all of the three main packages:
mkdir build
-cmake --build=build .
+cmake --build=build -DGTK_VERSION=2 -DWITHOUT_GETTEXT -DWITHOUT_TRANSLATIONS .
make
sudo make install