Subversion Repositories Tewi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
410 nishi 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**ユーザーで実行してください。