source: Main/trunk/Document/input/building/psp.md@ 357

Last change on this file since 357 was 357, checked in by Nishi, on Oct 16, 2024 at 6:52:46 PM

documented build instructions

File size: 1.3 KB
RevLine 
[357]1\language ^en$
2# Build for PlayStation Portable {Build}
3
4Tewi HTTPd has the PlayStation Portable support.
5
6## Steps
7
8### 1. Install packages
9
10It should be able to compile on Debian if below packages are installed:
11 - `build-essential`
12 - PSPDev
13
14### 2. Get the source code
15
16You can get the source codes using several VCS. ([Official Repository List](repos.html))
17
18### 3. Create config.h
19
20Copy config.h.tmpl to config.h. Edit it if needed.
21
22### 4. Run make
23
24Run `make PLATFORM=psp PREFIX=prefix`. PREFIX is set to `ms0:/PSP/GAME/httpd` by default.
25
26\language ^jp$
27# PlayStation Portable向けにビルドする {ビルド}
28
29Tewi HTTPdにはPlayStation Portableサポートがあります。
30
31## ステップ
32
33### 1. パッケージを入れる
34
35Debianの場合、以下のものがあればコンパイルできるはずです:
36 - `build-essential`
37 - PSPDev
38
39### 2. ソースコードを持って来る
40
41ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html))
42
43### 3. config.hを作成する
44
45config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
46
47### 4. makeを実行する
48
49`make PLATFORM=psp PREFIX=おすきなプレフィックス`を実行してください。PREFIXの指定が無い場合は`ms0:/PSP/GAME/httpd`になります。
Note: See TracBrowser for help on using the repository browser.