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

Annotation of /Document/input/building/ps3.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 PlayStation 3 {Build}
3    
4     Tewi HTTPd has the PlayStation 3 support.
5    
6     ## Steps
7    
8     ### 1. Install packages
9    
10     It should be able to compile on Debian if below packages are installed:
11     - `build-essential`
12     - PS3Dev
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=ps3 PREFIX=prefix`. PREFIX is set to `/dev_hdd0/game/TEWI_00-0/USRDIR` by default.
25    
26     \language ^jp$
27     # PlayStation 3向けにビルドする {ビルド}
28    
29     Tewi HTTPdにはPlayStation 3サポートがあります。
30    
31     ## ステップ
32    
33     ### 1. パッケージを入れる
34    
35     Debianの場合、以下のものがあればコンパイルできるはずです:
36     - `build-essential`
37     - PS3Dev
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=ps3 PREFIX=おすきなプレフィックス`を実行してください。PREFIXの指定が無い場合は`/dev_hdd0/game/TEWI_00-0/USRDIR`になります。

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