diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-14 07:33:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-15 21:48:49 +0700 |
commit | 3acf011849be876664a071d20c43849f556764bd (patch) | |
tree | f76d138485d07ac618795f3cd507417900d0bdcc /network/teamviewer | |
parent | 3eea0268febf3aa2060101c7d26a4078e50126ac (diff) | |
download | slackbuilds-3acf011849be876664a071d20c43849f556764bd.tar.gz |
network/teamviewer: Add documentation for MULTILIB.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/teamviewer')
-rw-r--r-- | network/teamviewer/MULTILIB | 21 | ||||
-rw-r--r-- | network/teamviewer/README | 7 |
2 files changed, 28 insertions, 0 deletions
diff --git a/network/teamviewer/MULTILIB b/network/teamviewer/MULTILIB new file mode 100644 index 0000000000..9a99766616 --- /dev/null +++ b/network/teamviewer/MULTILIB @@ -0,0 +1,21 @@ +A working teamviewer in 64 bit environment were requested by many users, but +it requires multilib environment, in which the maintainer can't provide and +not officially supported by SBo. + +This document is a contribution from Gerardo Zamudio. It's UNTESTED by the +maintainer. If you have any issues please ask your questions to him directly. + +1. Full install of Slackware64 14.2 + +2. Install multilib from alienBOB repository + +3. Install 32bit libpng from 14.1 + +4. Download teamviewer.tar.gz , change ARCH=x86_64 (not really necessary, +just for the package tag) and DEBARCH=amd64 (just to find the .deb +source) , use teamviewer_amd64.deb + +5. Install TeamViewer + +Gerardo Zamudio +gerardo.zamudio@linux.com diff --git a/network/teamviewer/README b/network/teamviewer/README index 3c328161ea..4bf9f8e088 100644 --- a/network/teamviewer/README +++ b/network/teamviewer/README @@ -18,3 +18,10 @@ 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 |