fork(1) download
  1. :
  2.  
  3. Start the Windows "Command Prompt" window. This is different from the gcc build, which requires the Cygwin Bash command prompt. The Microsoft Visual C++ compiler will not work with a bash command prompt.
  4. If the computer isn't set up to use Visual C++ from the command line, you need to run vcvars32.bat.
  5. For example:
  6. "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" can be used for 32-bit builds or
  7. "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\amd64\vcvarsamd64.bat" can be used for 64-bit builds on Windows x64.
  8. Unzip the icu-XXXX.zip file into any convenient location. Using command line zip, type "unzip -a icu-XXXX.zip -d drive:\directory", or just use WinZip.
  9. Change directory to "icu/source", which is where you unzipped ICU.
  10. Run "bash ./runConfigureICU Cygwin/MSVC" (See Windows configuration note and non-functional configure options below).
  11. Type "make" to compile the libraries and all the data files. This make command should be GNU make.
  12. Optionally, type "make check" to run the test suite, which checks for ICU's functionality integrity (See testing note below).
  13. Type "make install" to install ICU. If you used the --prefix= option on configure or runConfigureICU, ICU will be installed to the directory you specified. (See installation note below).
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty