1 |
\noindex |
2 |
\language ^en$ |
3 |
|
4 |
# Using Cygwin {Build} |
5 |
|
6 |
This page explains how to build using Cygwin. |
7 |
|
8 |
## Steps |
9 |
|
10 |
### 1. Requirements |
11 |
- Cygwin (at least checked working on 2007) |
12 |
|
13 |
### 2. Get the source code |
14 |
|
15 |
You can get the source codes using several VCS. ([Official Repository List](repos.html)) |
16 |
|
17 |
### 3. Create config.h |
18 |
|
19 |
Copy config.h.tmpl to config.h. Edit it if needed. |
20 |
|
21 |
### 4. Setup the build environment |
22 |
|
23 |
Enter `C:\Cygwin` (probably depends on the platform), and run `cygwin.bat`. |
24 |
|
25 |
### 5. Build |
26 |
|
27 |
Run `./make-installer.sh cygwin`, and you should get these files: |
28 |
- install.exe (Setup program) |
29 |
- tewi.7z (Archive) |
30 |
|
31 |
\language ^jp$ |
32 |
|
33 |
# Cygwinを使う {ビルド} |
34 |
|
35 |
ここではCygwinを使用してコンパイルする方法を紹介します。 |
36 |
|
37 |
## ステップ |
38 |
|
39 |
### 1. 必要なもの |
40 |
- Cygwin (2007では動作確認しました) |
41 |
|
42 |
### 2. ソースコードを持って来る |
43 |
|
44 |
ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html)) |
45 |
|
46 |
### 3. config.hを作成する |
47 |
|
48 |
config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。 |
49 |
|
50 |
### 4. ビルド環境を作る |
51 |
|
52 |
`C:\Cygwin` (環境によって変化すると思われます)に入り、`cygwin.bat`を実行してください。 |
53 |
|
54 |
### 5. ビルドする |
55 |
|
56 |
`./make-installer.sh cygwin`を実行してください。そしたら以下のものが作成されるはずです: |
57 |
- install.exe (セットアッププログラム) |
58 |
- tewi.7z (アーカイブ) |