aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 0fb4befa753ccd497c3deb2841463efb917b8d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libsamsung-ipc
==============

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

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

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

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

Configure automatically searches for all required components and packages.

To compile and install run:
    make && make install