--- /dev/null
+\language ^en$
+# Build for FreeBSD {Build}
+
+Tewi HTTPd has the FreeBSD support.
+
+## Steps
+
+### 1. Install packages
+
+It should work if below packages are installed:
+ - `openssl` (If you want TLS/SSL)
+
+### 2. Get the source code
+
+You can get the source codes using several VCS. ([Official Repository List](repos.html))
+
+### 3. Create config.h
+
+Copy config.h.tmpl to config.h. Edit it if needed.
+
+### 4. Run make
+
+Run `make PLATFORM=freebsd PREFIX=prefix`. PREFIX is set to `/usr/local` by default.
+
+### 5. Install
+
+Run `make PLATFORM=freebsd PREFIX=prefix install` as **root user**.
+
+\language ^jp$
+# FreeBSD向けにビルドする {ビルド}
+
+Tewi HTTPdにはFreeBSDサポートがあります。
+
+## ステップ
+
+### 1. パッケージを入れる
+
+以下のものがあれば動くはずです:
+ - `openssl` (TLS/SSL機能が必要なら)
+
+### 2. ソースコードを持って来る
+
+ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html))
+
+### 3. config.hを作成する
+
+config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
+
+### 4. makeを実行する
+
+`make PLATFORM=freebsd PREFIX=おすきなプレフィックス`を実行してください。PREFIXの指定が無い場合は`/usr/local`になります。
+
+### 5. インストールする
+
+`make PLATFORM=freebsd PREFIX=おすきなプレフィックス install`を**root**ユーザーで実行してください。
Linux Working on Debian GNU/Linux 12 (x86_64)
NetBSD Working on NetBSD/amd64 10.0
OpenBSD Working
+FreeBSD Working on FreeBSD/amd64 14.1
BSD/OS Working
Haiku Working
Minix Working
Linux Working on Debian GNU/Linux 12 (x86_64)
NetBSD Working on NetBSD/amd64 10.0
OpenBSD Working
+FreeBSD Working on FreeBSD/amd64 14.1
BSD/OS Working
Haiku Working
Minix Working