I want to use LINE in my Kubuntu 14.04. Unfortunately LINE has no official release for Linux. I found some unconfirmed sources of installing LINE in Linux. I tried LINE with Wine, but it did not work as expected.
Pidgin with LINE plugin is another source I found. According to it, some prerequisites have to be built and installed:
- apache-thrift
- purple-line
There are several dependencies before installing apache-thrift. Hopefully they will work without breaking any lib configuration in my Kubuntu (as I have experienced with broken packages problem in my system).
The main problem is the installation of purple-line from github source. I could not see any source code in the repo except README.md. I don't think that it will work with make
and make install
.
Is there any safe and correct installation of LINE in Linux?