diff options
author | Simon Busch <morphis@gravedo.de> | 2013-06-23 20:22:25 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2013-06-23 20:22:25 +0200 |
commit | 49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94 (patch) | |
tree | ec558510743614ee6ac5b1bfe9715ad82e074905 /README | |
parent | 1b76eae7656c447dc61c571a700151944c8733ce (diff) | |
download | external_libsamsung-ipc-49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94.zip external_libsamsung-ipc-49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94.tar.gz external_libsamsung-ipc-49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94.tar.bz2 |
Update documentation in preparation of a new release
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +libsamsung-ipc +============== + +This is an implementation of the modem protocol found in a lot of Samsung devices +mostly smartphones. + +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 |