Updated the documentation
This commit is contained in:
parent
a256051f8a
commit
4909ef49b7
@ -43,6 +43,9 @@ layout looks like this:<br>
|
||||
<pre>
|
||||
/opt/mbse 0775 Default MBSE_ROOT
|
||||
/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/menus 0750 Dutch menu 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:
|
||||
<pre>
|
||||
cd ~/mbsebbs-@VERSION@
|
||||
./configure [--enable-optimize] [--enable-newsgate]
|
||||
./configure [--enable-optimize] [--enable-newsgate] [--enable-gdkdel]
|
||||
make
|
||||
su <b>important, do not use "su -"</b>
|
||||
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
|
||||
to the internet.
|
||||
<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
|
||||
startup script that is added to your system. Remember this one for a moment.
|
||||
Because this is your first
|
||||
|
Reference in New Issue
Block a user