summaryrefslogtreecommitdiff
path: root/network/teamviewer/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/teamviewer/README')
-rw-r--r--network/teamviewer/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/network/teamviewer/README b/network/teamviewer/README
index 8996c987a8..5b1170f7c6 100644
--- a/network/teamviewer/README
+++ b/network/teamviewer/README
@@ -1,9 +1,6 @@
TeamViewer is a remote control application. TeamViewer provides easy,
fast and secure remote access to Linux, Windows PCs, and Macs.
-NOTE: The 64-bit package only works in a multi-lib environment, and it
-requires these 32-bit packages: glibc, zlib, freetype, alsa-lib, GConf.
-
You must give execute permission on /etc/rc.d/rc.teamviewerd and run
/etc/rc.d/rc.teamviewerd start prior launching TeamViewer application
@@ -13,3 +10,14 @@ in your /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.teamviewerd ]; then
/etc/rc.d/rc.teamviewerd start
fi
+
+NOTE:
+1. Newer version of Teamviewer can establish remote control connections
+to older version (version 3 and above), but not in the opposite direction.
+The same things goes to meetings (version 7 and above).
+
+2. Always stop teamviewerd service before attempting to upgrade as the path
+may change on each major release.
+
+3. If you are running multilib system, please use the 32 bit version.
+it requires these 32-bit packages: glibc, zlib, freetype, alsa-lib, GConf.