|
@@ -3,9 +3,9 @@ $Id$
|
|
|
|
|
|
Installation Notes
|
|
|
|
|
|
-Supported arhitectures: Linux/i386, Linux/armv4l, FreeBSD/i386,
|
|
|
+Supported arhitectures: Linux/i386, Linux/armv4l, FreeBSD/i386, OpenBSD/i386
|
|
|
Solaris/sparc64
|
|
|
-(for other arhitectures the Makefile must be edited)
|
|
|
+(for other arhitectures the Makefiles might need to be edited)
|
|
|
|
|
|
There are various configuration options defined in the Makefile.
|
|
|
|
|
@@ -23,17 +23,17 @@ Requirements:
|
|
|
- GNU install or BSD install (on Solaris "ginstall") if you want "make
|
|
|
install", "make bin", "make sunpkg" to work
|
|
|
- libmysqlclient & libz (zlib) if you want mysql support (the mysql module)
|
|
|
-- libxpat if you want the jabber gateway support (the jabber module)
|
|
|
+- libexpat if you want the jabber gateway support (the jabber module)
|
|
|
|
|
|
|
|
|
OS Notes:
|
|
|
|
|
|
-- FreeBSD: make sure gmake, bison & flex are installed
|
|
|
+- FreeBSD/OpenBSD: make sure gmake, bison or yacc & flex are installed
|
|
|
- Solaris: as above; you can use Solaris's yacc instead of bison. You might
|
|
|
need also gtar and ginstall.
|
|
|
-- Windows: it works in windows (only the core) but you must install a recent
|
|
|
- cygwin version (http://www.cygwin.com/) and also install a newer regex
|
|
|
- library version (>=0.12).
|
|
|
+- Windows: it works in windows (only the core, w/o shared mem. support) but you
|
|
|
+ must install a recent cygwin version (http://www.cygwin.com/) and also
|
|
|
+ install a newer regex library version (>=0.12).
|
|
|
|
|
|
|
|
|
|