PttBBS:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第4行: 第4行:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git clone https://github.com/ptt/pttbbs.git src
git clone https://github.com/ptt/pttbbs.git src; cd src; wget -O - https://raw.githubusercontent.com/clamtestbbs/innptt/master/0001-Revert-Remove-innbbsd.patch | git apply -
</syntaxhighlight>
</syntaxhighlight>



2020年3月30日 (一) 08:25的版本

PttBBS是一套BBS系统。

安装

git clone https://github.com/ptt/pttbbs.git src; cd src; wget -O - https://raw.githubusercontent.com/clamtestbbs/innptt/master/0001-Revert-Remove-innbbsd.patch | git apply -

设定

先将src/docs/pttbbs.conf复制到src/pttbbs.conf,先照官方提供的说明修改(站名、IP等资讯),然后开启64bits平台与piaip所写的两个功能:

#define SHMALIGNEDSIZE (1048576*4) // 4MB for x86_64
#define TIMET64
#define USE_PMORE
#define USE_PFTERM

外部连结