# Steps
# 1. Requirements
- Borland C++ 5.5
- Cygwin (at least checked working on 2007)
# 2. Get the source code
You can get the source codes using several VCS. (
Official Repository List)
# 3. Create config.h
Copy config.h.tmpl to config.h. Edit it if needed.
# 4. Setup the build environment
Enter
C:\Cygwin
(probably depends on the platform), and run
cygwin.bat
.
Then, set
BORLAND
to the prefix of Borland C++. (e.g.
C:\BC55
)
# 5. Build
Run
./make-installer.sh bcc
, and you should get these files:
- install.exe (Setup program)
- tewi.7z (Archive)