diff options
author | Mario Preksavec <mario at slackware dot hr> | 2022-02-12 15:33:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:06:52 +0700 |
commit | 7cac6f85a79cdc9d56f78a5afc341230e74553cd (patch) | |
tree | e1c3583533db4eedc320e15c4111f927b5d51c7b /ham/gsmlib/README | |
parent | fc3109dcb1a477d985bc0731c5a4f549ac66e737 (diff) |
ham/gsmlib: Use -std=c++14. i486->i586. Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/gsmlib/README')
-rw-r--r-- | ham/gsmlib/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/gsmlib/README b/ham/gsmlib/README index 10135855a8320..28afbb5010f2c 100644 --- a/ham/gsmlib/README +++ b/ham/gsmlib/README @@ -1,9 +1,10 @@ This distribution contains a library to access GSM mobile phones through GSM modems or IrDA devices. Features include: - * modification of phonebooks stored in the mobile phone or on the SIM card + * modification of phonebooks stored in the mobile phone or on the SIM + card * reading and writing of SMS messages stored in the mobile phone * sending and reception of SMS messages -Additionally, some simple command line programs are provided to use these -functionalities. +Additionally, some simple command line programs are provided to use +these functionalities. |