source: Main/trunk/Document/input/building/mingw.md@ 414

Last change on this file since 414 was 355, checked in by Nishi, on Oct 16, 2024 at 6:28:09 PM

adding documents

File size: 1.3 KB
Line 
1\noindex
2\language ^en$
3
4# Using MinGW-w64 {Build}
5
6This 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
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. Build
23
24Run `./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
46config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
47
48### 4. ビルドする
49
50`./make-installer.sh win32`か`./make-installer.sh win64`を実行してください。そしたら以下のものが作成されるはずです:
51 - install.exe (セットアッププログラム)
52 - tewi.7z (アーカイブ)
Note: See TracBrowser for help on using the repository browser.