Skip to content

Instantly share code, notes, and snippets.

@fabrizioc1
Created May 22, 2012 23:23
Show Gist options
  • Save fabrizioc1/2772308 to your computer and use it in GitHub Desktop.
Save fabrizioc1/2772308 to your computer and use it in GitHub Desktop.
Getting colored output for Cucumber + JRuby + Windows 7 (64 bit) using ansicon.exe
Steps:
1. Download "https://github.com/downloads/adoxa/ansicon/ansi150.zip"
2. Copy the files under the "x64" directory to somewhere in your path, for example "c:\windows\system32"
3. Download "https://github.com/downloads/adoxa/ansicon/ansi6432.zip"
4. Copy the files under the "x64" directory to somewhere in your path, use the same location as step #2
This should overwrite ANSI32.DLL and ansicon.exe
5. Install ansicon by typing "ansicon -I" at a command prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment