ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Document/input/building/windows.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
Error occurred while calculating annotation data.
Log Message:
update

File Contents

# Content
1 \language ^en$
2 # Build for Windows {Build}
3
4 Tewi HTTPd has the Windows support, which is checked working on Windows 2000 and 98 (usually).
5
6 ## Steps
7
8 ### 1. Choose compiler
9 All of them have common dependency: NSIS.
10 - [Visual C++ 6.0](vc6.html)
11 - [Open Watcom 2.0](watcom.html)
12 - [Borland C++ 5.5](bcc.html)
13 - [MinGW-w64](mingw.html)
14 - [Cygwin](cygwin.html) (Not really recommended)
15
16 \language ^jp$
17 # Windows向けにビルドする {ビルド}
18
19 Tewi HTTPdにはWindows 2000/98で(だいたい)動作確認がされているWindowsサポートがあります。
20
21 ## ステップ
22
23 ### 1. コンパイラを決める
24 これら全ておいてNSISが必要です。
25 - [Visual C++ 6.0](vc6.html)
26 - [Open Watcom 2.0](watcom.html)
27 - [Borland C++ 5.5](bcc.html)
28 - [MinGW-w64](mingw.html)
29 - [Cygwin](cygwin.html) (あまりおすすめではないです)