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