diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index 63c51b9..2ac4712 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -458,17 +458,17 @@ unzip/tar Mbuni sources in a directory of your choice:

tar xzf mbuni-version.tgz -

Where version is the verion of Mbuni (e.g. 0.9.8). Compile and +

Where version is the verion of Mbuni (e.g. 1.0.0). Compile and install mbuni as follows:

cd mbuni-version
- -./configure
+./bootstrap
+ ./configure
make insall

- +You need to have AutoMake for the above to work

If you installed Kannel in a non-standard location, you will need to supply the location to configure using --with-kannel=kannel_directory

@@ -482,8 +482,8 @@ Kannel in a non-standard location, you will need to supply the location to c cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mbuni co -P mbuni
- you can then cd mbuni and use the ./configure and - make install as above. + you can then + install as above.

Mbuni consists of