「PttBBS」:修訂間差異
跳至導覽
跳至搜尋
第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