Wednesday, April 13, 2011
Monday, April 4, 2011
Cucumber on Windows
You must augment instructions from RSpec book for installing Cucumber on Windows. Specifically, you need to download MinGW for gcc (c compiler) and make. MinGW is
available from http://www.mingw.org/
When installing MinGW, make sure you select MSYS Developer Kit when stepping through installer.
To access gcc, you need to augment PATH environment variable to include C:\MinGW\bin.
To access make, you need to include C:\MinGW\msys\1.0\bin on your PATH environment variable. See Control Panel->System->Advanced->Environment Variables to edit PATH environment variable.
available from http://www.mingw.org/
When installing MinGW, make sure you select MSYS Developer Kit when stepping through installer.
To access gcc, you need to augment PATH environment variable to include C:\MinGW\bin.
To access make, you need to include C:\MinGW\msys\1.0\bin on your PATH environment variable. See Control Panel->System->Advanced->Environment Variables to edit PATH environment variable.
Subscribe to:
Posts (Atom)