source: Main/trunk/Document/input/building/cygwin.md@ 360

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

adding documents

File size: 1.5 KB
Line 
1\noindex
2\language ^en$
3
4# Using Cygwin {Build}
5
6This 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
15You can get the source codes using several VCS. ([Official Repository List](repos.html))
16
17### 3. Create config.h
18
19Copy config.h.tmpl to config.h. Edit it if needed.
20
21### 4. Setup the build environment
22
23Enter `C:\Cygwin` (probably depends on the platform), and run `cygwin.bat`.
24
25### 5. Build
26
27Run `./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
48config.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 (アーカイブ)
Note: See TracBrowser for help on using the repository browser.