ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Document/input/building/darwin.md
Revision: 1.1
Committed: Sun Nov 3 14:01:57 2024 UTC (11 days, 21 hours ago) by nishi
Branch: MAIN
CVS Tags: HEAD
Log Message:
add build docs

File Contents

# Content
1 \language ^en$
2 # Build for Darwin {Build}
3
4 Tewi HTTPd has the Darwin support, which is checked working on x86 8.0.1.
5
6 ## Steps
7
8 ### 1. Install packages
9
10 It should work if below packages are installed:
11 - `openssl` (If you want TLS/SSL)
12
13 ### 2. Get the source code
14
15 You can get the source codes using several VCS. ([Official Repository List](repos.html))
16
17 ### 3. Create config.h
18
19 Copy config.h.tmpl to config.h. Edit it if needed.
20
21 ### 4. Run make
22
23 Run `make PLATFORM=darwin PREFIX=prefix`. PREFIX is set to `/usr/local` by default.
24
25 ### 5. Install
26
27 Run `make PLATFORM=darwin PREFIX=prefix install` as **root user**.
28
29 \language ^jp$
30 # Darwin向けにビルドする {ビルド}
31
32 Tewi 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
47 config.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**ユーザーで実行してください。