source: Main/trunk/Document/input/building/nextstep.md@ 360

Last change on this file since 360 was 355, checked in by Nishi, on Oct 16, 2024 at 6:28:09 PM

adding documents

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