summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-29 23:14:12 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-29 23:14:12 +0800
commit2c2a04d411aa0b8e67c559f301a0a68f67c9d710 (patch)
tree02802d6d5e3829d0c59e24b1a09468263d46ad6a /docs
parent731b04196c8dac76307462861a88a5cc7925a9bb (diff)
downloadpttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar.gz
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar.bz2
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar.lz
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar.xz
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.tar.zst
pttbbs-2c2a04d411aa0b8e67c559f301a0a68f67c9d710.zip
add warning for using default pttbbs.conf
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1140 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 4311cc70..ebaae2eb 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -38,9 +38,13 @@
更新至 pttbbs 最新的源碼. 如:
cd /home/bbs/pttbbs; svn update
- 8. 執行 cd ~bbs/pttbbs
- 9. 如果之前沒有設定過 pttbbs.conf 的話, 請 cp sample/pttbbs.conf pttbbs.conf
- 10.修改 pttbbs.conf
+ 8. 切換到 pttbbs 的目錄下 ( cd ~bbs/pttbbs )
+ 9. 如果您的 pttbbs.conf並不存在, 可以拷一份預設的來用:
+ cp sample/pttbbs.conf pttbbs.conf
+ 10.依據您的須求, 修改 pttbbs.conf
+ 請注意, 預設的 pttbbs.conf是給相當大規模的 bbs用的.
+ 通常您須要進行修改以符合您的須求.
+
* 如果您是用 Linux系統, 請先安裝 pmake, 然後將 make alias 成 pmake *
11.執行 make BBSHOME=/home/bbs all install
(如果出現 iconv.h找不到的話, 請見 FAQ 7 )