slackbuilds/network/teamviewer
Willy Sudiarto Raharjo 2d47894e17 network/teamviewer: Updated for version 10.0.41499.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-05-17 02:24:49 +07:00
..
README network/teamviewer: Mark x86_64 as UNSUPPORTED. 2014-12-31 13:26:15 +07: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 10.0.36281. 2014-12-05 23:43:26 +07: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 10.0.41499. 2015-05-17 02:24:49 +07:00
teamviewer.info network/teamviewer: Updated for version 10.0.41499. 2015-05-17 02:24:49 +07:00

README

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. If you are running 64-bit machines, you will need a multilib system.
it requires these 32-bit packages: glibc, zlib, freetype, alsa-lib, GConf.