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

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

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


Revision 1.1 - (show annotations)
Sun Nov 3 14:01:57 2024 UTC (11 days, 23 hours ago) by nishi
Branch: MAIN
CVS Tags: HEAD
add build docs

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

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