SlackBuildsOrg/network/teamviewer
Willy Sudiarto Raharjo e05fd8353d
network/teamviewer: Updated for version 11.0.67687.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-16 05:23:48 +07:00
..
doinst.sh
MULTILIB network/teamviewer: Add documentation for MULTILIB. 2016-07-15 21:48:49 +07:00
rc.teamviewerd
README network/teamviewer: Add documentation for MULTILIB. 2016-07-15 21:48:49 +07:00
slack-desc
teamviewer.info network/teamviewer: Updated for version 11.0.67687. 2016-10-16 05:23:48 +07:00
teamviewer.SlackBuild network/teamviewer: Updated for version 11.0.67687. 2016-10-16 05:23:48 +07:00

TeamViewer is a remote control application. TeamViewer provides easy,
fast and secure remote access to Linux, Windows PCs, and Macs.

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
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. To fix missing buttons, you *may* need to install libpng from Slackware 14.1.
Please note that it *will* overwrite some files from Slackware 14.2's libpng, so
it's suggested to reinstall Slackware 14.2's libpng after installing
Slackware 14.1's libpng.

4. For multilib support, please read MULTILIB