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

Annotation of /Document/input/building/haiku.md

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


Revision 1.1 - (hide 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
update

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

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