mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
4a831c7fd4
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
15 lines
No EOL
598 B
Text
15 lines
No EOL
598 B
Text
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 |