summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/gsmtool/README b/noncore/unsupported/gsmtool/README
index 7a536b8..410f1ed 100644
--- a/noncore/unsupported/gsmtool/README
+++ b/noncore/unsupported/gsmtool/README
@@ -1,15 +1,16 @@
1This requires gsmlib, and hence isn't enabled by default. 1This requires gsmlib, and hence isn't enabled by default.
2 2
3In order to compile this, first get gsmlib from http://www.pxh.de/fs/gsmlib/ 3In order to compile this, first get gsmlib from http://www.pxh.de/fs/gsmlib/
4(There are ipkgs at ftp.uk.linux.org:/pub/people/dwmw2/gsmtool/)
4 5
5Compile it, then add 'gsmtool' to the Opie top-level Makefile, set 6Compile it, then add 'gsmtool' to the Opie top-level Makefile, set
6GSMLIBDIR to point at the directory where you built gsmlib, reconfigure 7GSMLIBDIR to point at the directory where you built gsmlib, reconfigure
7and rebuild Opie. 8and rebuild Opie.
8 9
9Warning: 10Warning:
10gsmlib is extremely and gratuitously bloated. It wants rewriting in a sane 11gsmlib is extremely and gratuitously bloated. It wants rewriting in a sane
11language, without the pointless auto-refcounting structures and crap. 12language, without the pointless auto-refcounting structures and crap.
12Certainly without libstdc++, glib, or other idiocy. 13Certainly without libstdc++, glib, or other idiocy.
13 14
14You need to make sure -fexceptions is in CXXFLAGS after -fno-exceptions. 15You need to make sure -fexceptions is in CXXFLAGS after -fno-exceptions.
15 16