Updated the documentation

This commit is contained in:
Michiel Broek 2005-04-06 20:55:40 +00:00
parent a256051f8a
commit 4909ef49b7

View File

@ -43,6 +43,9 @@ layout looks like this:<br>
<pre> <pre>
/opt/mbse 0775 Default MBSE_ROOT /opt/mbse 0775 Default MBSE_ROOT
/opt/mbse/bin 0770 Binaries /opt/mbse/bin 0770 Binaries
/opt/mbse/chinese/macro 0750 Chinese macro files
/opt/mbse/chinese/menus 0750 Chinese menu files
/opt/mbse/chinese/txtfiles 0770 Chinese ANSI files
/opt/mbse/dutch/macro 0750 Dutch macro files /opt/mbse/dutch/macro 0750 Dutch macro files
/opt/mbse/dutch/menus 0750 Dutch menu files /opt/mbse/dutch/menus 0750 Dutch menu files
/opt/mbse/dutch/txtfiles 0770 Dutch ANSI files /opt/mbse/dutch/txtfiles 0770 Dutch ANSI files
@ -186,7 +189,7 @@ You now have the subdirectory with sources in the right place.
Next build the binaries and install them using the following commands: Next build the binaries and install them using the following commands:
<pre> <pre>
cd ~/mbsebbs-@VERSION@ cd ~/mbsebbs-@VERSION@
./configure [--enable-optimize] [--enable-newsgate] ./configure [--enable-optimize] [--enable-newsgate] [--enable-gdkdel]
make make
su <b>important, do not use "su -"</b> su <b>important, do not use "su -"</b>
password: <em>enter root password here</em> password: <em>enter root password here</em>
@ -200,6 +203,9 @@ internet. Independant of your choice, you can allways make internet news availab
for your bbs users. Only use --enable-newsgate if you really need to gate echomail for your bbs users. Only use --enable-newsgate if you really need to gate echomail
to the internet. to the internet.
<p> <p>
To support Chinese the DELete key needs to be changed because it conflicts with one
of the characters. If you want to use Chinese, use --enable-gbkdel to configure.
<p>
The last part of the installation procedure shows you the location of the bbs The last part of the installation procedure shows you the location of the bbs
startup script that is added to your system. Remember this one for a moment. startup script that is added to your system. Remember this one for a moment.
Because this is your first Because this is your first