/[tewi]/Document/input/building/unixware.md
ViewVC logotype

Contents of /Document/input/building/unixware.md

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Error occurred while calculating annotation data.
update

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

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev