source: Main/trunk/Document/input/building/bsdos.md

Last change on this file was 385, checked in by Nishi, on Oct 17, 2024 at 7:33:12 PM

bsd/os is supported

File size: 1.5 KB
Line 
1\language ^en$
2# Build for BSD/OS {Build}
3
4Tewi HTTPd has the BSD/OS support, which is checked working on 5.1.
5
6## Steps
7
8### 1. Install packages
9
10There are no required packages, they should be installed by default.
11
12### 2. Get the source code
13
14You can get the source codes using several VCS. ([Official Repository List](repos.html))
15
16### 3. Create config.h
17
18Copy config.h.tmpl to config.h. Edit it if needed.
19
20### 4. Run make
21
22Run `make PLATFORM=bsdi PREFIX=prefix`. PREFIX is set to `/usr/local` by default.
23
24### 5. Install
25
26Run `make PLATFORM=bsdi PREFIX=prefix install` as **root user**.
27
28\language ^jp$
29# BSD/OS向けにビルドする {ビルド}
30
31Tewi HTTPdには5.1で動作確認がされているBSD/OSサポートがあります。
32
33## ステップ
34
35### 1. パッケージを入れる
36
37追加で必要なパッケージはありません。デフォルトでインストールされているはずです。
38
39### 2. ソースコードを持って来る
40
41ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html))
42
43### 3. config.hを作成する
44
45config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
46
47### 4. makeを実行する
48
49`make PLATFORM=bsdi PREFIX=おすきなプレフィックス`を実行してください。PREFIXの指定が無い場合は`/usr/local`になります。
50
51### 5. インストールする
52
53`make PLATFORM=bsdi PREFIX=おすきなプレフィックス install`を**root**ユーザーで実行してください。
Note: See TracBrowser for help on using the repository browser.