WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Anydesk  (Read 17116 times)

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Anydesk
« on: December 14, 2021, 05:33:41 AM »
Hi,

is there a chance to get Anydesk installed at TinyCore 10.x/x86_64 ?

If yes, i am gonna need some help installing it  ;D

https://support.anydesk.com/knowledge/installation#linux

Thank you

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #1 on: December 15, 2021, 05:08:38 AM »
You would have to try it and see - perhaps starting with the generic linux 64bit tarball download.

Note that the latest CorePure64 is 12.x, not 10.x

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #2 on: December 19, 2021, 05:35:51 AM »
Hi Juanito,

could you tell me how to install it after i extracted it ?

Code: [Select]
tar xvzf anydesk-5.0.0-i686.tar.gz
anydesk-5.0.0/
anydesk-5.0.0/changelog
anydesk-5.0.0/systemd/
anydesk-5.0.0/systemd/anydesk.service
anydesk-5.0.0/anydesk.desktop
anydesk-5.0.0/README
anydesk-5.0.0/copyright
anydesk-5.0.0/icons/
anydesk-5.0.0/icons/hicolor/
anydesk-5.0.0/icons/hicolor/256x256/
anydesk-5.0.0/icons/hicolor/256x256/apps/
anydesk-5.0.0/icons/hicolor/256x256/apps/anydesk.png
anydesk-5.0.0/icons/hicolor/48x48/
anydesk-5.0.0/icons/hicolor/48x48/apps/
anydesk-5.0.0/icons/hicolor/48x48/apps/anydesk.png
anydesk-5.0.0/icons/hicolor/16x16/
anydesk-5.0.0/icons/hicolor/16x16/apps/
anydesk-5.0.0/icons/hicolor/16x16/apps/anydesk.png
anydesk-5.0.0/icons/hicolor/24x24/
anydesk-5.0.0/icons/hicolor/24x24/apps/
anydesk-5.0.0/icons/hicolor/24x24/apps/anydesk.png
anydesk-5.0.0/icons/hicolor/scalable/
anydesk-5.0.0/icons/hicolor/scalable/apps/
anydesk-5.0.0/icons/hicolor/scalable/apps/anydesk.svg
anydesk-5.0.0/icons/hicolor/32x32/
anydesk-5.0.0/icons/hicolor/32x32/apps/
anydesk-5.0.0/icons/hicolor/32x32/apps/anydesk.png
anydesk-5.0.0/polkit-1/
anydesk-5.0.0/polkit-1/com.philandro.anydesk.policy
anydesk-5.0.0/init/
anydesk-5.0.0/init/anydesk
anydesk-5.0.0/anydesk

There is no MAKE or ./configure file and i dont realy know how to install it.

Thank you

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #3 on: December 19, 2021, 05:50:15 AM »
I'd guess it's closed source and they only supply pre-compiled binaries.

Try:
Code: [Select]
$ cd anydesk-5.0.0
$ ./anydesk

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #4 on: December 19, 2021, 06:11:56 AM »
Code: [Select]
/opt/anydesk-5.0.0$ ./anydesk
-sh: ./anydesk: not found

there is also anydesk in init but nothing happens
Code: [Select]
cd init/
tc@box:/opt/anydesk-5.0.0/init$
tc@box:/opt/anydesk-5.0.0/init$
tc@box:/opt/anydesk-5.0.0/init$ ./anydesk
tc@box:/opt/anydesk-5.0.0/init$

i am trying to find some information in google how to install the generic package, but can't find anything

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #5 on: December 19, 2021, 06:21:05 AM »
If you're using CorePure64 you downloaded the wrong package - anydesk-5.0.0-i686.tar.gz is 32-bit.

You need anydesk-6.1.1-amd64.tar.gz

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #6 on: December 19, 2021, 06:30:33 AM »
oh you are right  :P

now he is asking for this library:
Code: [Select]
./anydesk
./anydesk: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory

libgtk is not in the repo.

edit:
from the README File all needed libs:


Quote
In order to run the AnyDesk binary, make sure all dependencies are met. We
recommend running it from the commandline and observe the error messages from
the loader to determine which libraries are missing. These are the libs that
AnyDesk needs to run:

Mandatory libraries:
libglib (>= 2.16)
libgtk2 (>= 2.20.1)
libcairo
libpango
libx11
libxcb
libxcb-shm
libxrandr (>= 1.3)
libx11-xcb
libxtest
libxfixes
libxdamage
libxinput
libxrender
libgtkglext
libpolkit-gobject

Optional libraries:
libpulse
libpulse-simple (needed for audio support)
« Last Edit: December 19, 2021, 06:34:32 AM by Rabie »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #7 on: December 19, 2021, 06:41:41 AM »
You're missing libgtkglext provided by the "OpenGL Extension to GTK+"

This appears to be somewhat depreciated software and there is no tinycore extension for it.

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #8 on: December 19, 2021, 06:46:16 AM »
we may could make the extension ?
« Last Edit: December 19, 2021, 06:51:19 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #9 on: December 19, 2021, 06:50:46 AM »

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #10 on: December 19, 2021, 07:25:03 AM »
Code: [Select]
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized
configure: error: / bin/ sh ./config.sub x86_64-unknown-linux- failed

any ideas ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #11 on: December 19, 2021, 07:40:17 AM »
Try this:
Code: [Select]
$ tce-load -i libtool
$ cp /tmp/tcloop/libtool/usr/local/share/libtool/build-aux/config.* ./

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #12 on: December 19, 2021, 07:50:17 AM »

Code: [Select]
./configure
checking for a BSD-compatible install... / usr/ bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Anydesk
« Reply #13 on: December 19, 2021, 08:08:19 AM »
Did you load the compiletc extension?

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Anydesk
« Reply #14 on: December 19, 2021, 09:02:10 AM »
how dumb can someone be  :(

Code: [Select]

./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for strerror in -lcposix... no
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for /usr/local/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/local/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/local/bin/ld -m elf_x86_64
checking if the linker (/usr/local/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/local/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/local/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for some Win32 platform... no
checking for native Win32... no
checking whether build environment is sane... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether  make sets $  ... ( cached ) yes
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for perl5... no
checking for perl... no
checking for indent... no
checking for pkg-config... /usr /local /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (gtk+-2.0 >= 2.0.0 gdk-2.0 >= 2.0.0 pango >= 1.0.0 pangox >= 1.0.0 gmodule-2.0 >= 2.0.0 ) were not
 met:
No package 'gtk+-2.0' found
No package 'gdk-2.0' found
No package 'pango' found
No package 'pangox' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.



there are alot of things, that does not exit while checking.
ist that ok ?
and even if i run make it gives this:
Code: [Select]
make: *** No targets specified and no makefile found.  Stop.