ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Document/input/building/watcom.md
Revision: 1.1
Committed: Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Log Message:
update

File Contents

# User Rev Content
1 nishi 1.1 \noindex
2     \language ^en$
3    
4     # Using Open Watcom 2.0 {Build}
5    
6     This page explains how to build using Open Watcom 2.0.
7    
8     ## Steps
9    
10     ### 1. Requirements
11     - Open Watcom 2.0
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 watcom`, and you should get these files:
25     - install.exe (Setup program)
26     - tewi.7z (Archive)
27    
28     \language ^jp$
29    
30     # Open Watcom 2.0を使う {ビルド}
31    
32     ここではOpen Watcom 2.0を使用してコンパイルする方法を紹介します。
33    
34     ## ステップ
35    
36     ### 1. 必要なもの
37     - Open Watcom 2.0
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 watcom`を実行してください。そしたら以下のものが作成されるはずです:
51     - install.exe (セットアッププログラム)
52     - tewi.7z (アーカイブ)