source: Main/trunk/Document/input/building/darwin.md@ 409

Last change on this file since 409 was 409, checked in by Nishi, on Nov 3, 2024 at 11:01:20 PM

add build docs

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