2010-12-17 09:45:39 +08:00
|
|
|
TeamViewer is a remote control application. TeamViewer provides easy,
|
|
|
|
fast and secure remote access to Linux, Windows PCs, and Macs.
|
|
|
|
|
2013-02-18 13:42:49 +08:00
|
|
|
You must give execute permission on /etc/rc.d/rc.teamviewerd and run
|
|
|
|
/etc/rc.d/rc.teamviewerd start prior launching TeamViewer application
|
|
|
|
|
|
|
|
To make this process repeated on every boot sequence, add this line
|
|
|
|
in your /etc/rc.d/rc.local:
|
|
|
|
|
|
|
|
if [ -x /etc/rc.d/rc.teamviewerd ]; then
|
|
|
|
/etc/rc.d/rc.teamviewerd start
|
2013-11-30 13:13:39 +08:00
|
|
|
fi
|
2014-12-03 08:42:46 +08:00
|
|
|
|
|
|
|
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).
|
|
|
|
|
2016-11-30 10:10:31 +08:00
|
|
|
2. Always stop teamviewerd service and remove the old version before
|
|
|
|
attempting to upgrade as the path and configs may change on each major release.
|
2016-07-14 08:33:40 +08:00
|
|
|
|
2016-11-26 06:25:04 +08:00
|
|
|
3. For multilib support, please read MULTILIB
|