1 |
nishi |
1.1 |
\noindex |
2 |
|
|
\language ^en$ |
3 |
|
|
|
4 |
|
|
# Using MinGW-w64 {Build} |
5 |
|
|
|
6 |
|
|
This page explains how to build using MinGW-w64. |
7 |
|
|
|
8 |
|
|
## Steps |
9 |
|
|
|
10 |
|
|
### 1. Requirements |
11 |
|
|
- MinGW-w64 |
12 |
|
|
- Linux or NetBSD environment |
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. Build |
23 |
|
|
|
24 |
|
|
Run `./make-installer.sh win32` or `./make-installer.sh win64`, and you should get these files: |
25 |
|
|
- install.exe (Setup program) |
26 |
|
|
- tewi.7z (Archive) |
27 |
|
|
|
28 |
|
|
\language ^jp$ |
29 |
|
|
|
30 |
|
|
# MinGW-w64を使う {ビルド} |
31 |
|
|
|
32 |
|
|
ここではMinGW-w64を使用してコンパイルする方法を紹介します。 |
33 |
|
|
|
34 |
|
|
## ステップ |
35 |
|
|
|
36 |
|
|
### 1. 必要なもの |
37 |
|
|
- MinGW-w64 |
38 |
|
|
- Linux環境かNetBSD環境 |
39 |
|
|
|
40 |
|
|
### 2. ソースコードを持って来る |
41 |
|
|
|
42 |
|
|
ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html)) |
43 |
|
|
|
44 |
|
|
### 3. config.hを作成する |
45 |
|
|
|
46 |
|
|
config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。 |
47 |
|
|
|
48 |
|
|
### 4. ビルドする |
49 |
|
|
|
50 |
|
|
`./make-installer.sh win32`か`./make-installer.sh win64`を実行してください。そしたら以下のものが作成されるはずです: |
51 |
|
|
- install.exe (セットアッププログラム) |
52 |
|
|
- tewi.7z (アーカイブ) |