Subversion Repositories Tewi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
355 nishi 1
\noindex
2
\language ^en$
3
 
4
# Using Borland C++ 5.5 {Build}
5
 
6
This page explains how to build using Borland C++ 5.5.
7
 
8
## Steps
9
 
10
### 1. Requirements
11
 - Borland C++ 5.5
12
 - Cygwin (at least checked working on 2007)
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. Setup the build environment
23
 
24
Enter `C:\Cygwin` (probably depends on the platform), and run `cygwin.bat`.
25
 
26
Then, set `BORLAND` to the prefix of Borland C++. (e.g. `C:\BC55`)
27
 
28
### 5. Build
29
 
30
Run `./make-installer.sh bcc`, and you should get these files:
31
 - install.exe (Setup program)
32
 - tewi.7z (Archive)
33
 
34
\language ^jp$
35
 
36
# Borland C++ 5.5を使う {ビルド}
37
 
38
ここではBorland C++ 5.5を使用してコンパイルする方法を紹介します。
39
 
40
## ステップ
41
 
42
### 1. 必要なもの
43
 - Borland C++ 5.5
44
 - Cygwin (2007では動作確認しました)
45
 
46
### 2. ソースコードを持って来る
47
 
48
ソースコードは色々なVCSを使って取得することができます。 ([公認リポジトリリスト](repos.html))
49
 
50
### 3. config.hを作成する
51
 
52
config.h.tmplをconfig.hにコピーしてください。必要があれば編集してください。
53
 
54
### 4. ビルド環境を作る
55
 
56
`C:\Cygwin` (環境によって変化すると思われます)に入り、`cygwin.bat`を実行してください。
57
 
58
そしたら`BORLAND`という環境変数をBorland C++ 5.5のインストールディレクトリへのパスにしてください。(例: `C:\BC55`)
59
 
60
### 5. ビルドする
61
 
62
`./make-installer.sh bcc`を実行してください。そしたら以下のものが作成されるはずです:
63
 - install.exe (セットアッププログラム)
64
 - tewi.7z (アーカイブ)