-1

Has this happened to anyone? How to solve?

Couldn't load file:/home/familia/.tidesdk/TideSDK/runtime/1.3.1-beta/libtide.so, error: libjpeg.so.62: cannot open shared object file: No such file or directory

1 Answers1

0

You need install the libjpeg with terminal

sudo apt-get install libjpeg62

This link have all the librarys required https://github.com/TideSDK/TideSDK/wiki/Tidesdk-build-ubuntu-12.04

Tom
  • 641
  • 2
  • 8
  • 21