lssjbrolli / external_libsamsung-ipc

Samsung IPC library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsamsung-ipc
==============

libsamsung-ipc is a free software implementation of the Samsung IPC modem protocol,
found in many Samsung devices.

Compilation and installation
============================

In orderto compile the source code you need the following software packages
- GCC compiler
- GNC C library
- OpenSSL >= 1.0.0e

To configure run
    ./configure --prefix=/usr

Configure automatically searches for all required components and packages.

To compile and install run:
    make && make install

About

Samsung IPC library

License:GNU General Public License v2.0


Languages

Language:C 97.6%Language:Perl 1.4%Language:Makefile 0.9%Language:Shell 0.0%