slackbuilds/network/teamviewer
Willy Sudiarto Raharjo f6aea7da30 network/teamviewer: Updated for version 9.0.32150.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-09-14 20:35:35 +07:00
..
README network/teamviewer: Fixed file ending with no newline. 2013-11-30 00:13:40 -06:00
doinst.sh network/teamviewer: Updated for version 8.0.17147. 2013-02-22 22:29:39 -06:00
rc.teamviewerd network/teamviewer: Updated for version 9.0.27891. 2014-04-27 11:44:01 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
teamviewer.SlackBuild network/teamviewer: Updated for version 9.0.32150. 2014-09-14 20:35:35 +07:00
teamviewer.info network/teamviewer: Updated for version 9.0.32150. 2014-09-14 20:35:35 +07:00

README

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

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