Commit e8c88c05 authored by Vincent Driessen's avatar Vincent Driessen

Merge pull request #173 from AlexZeitler/patch-1

Updated Cygwin section with possibly missing package.
parents 6107f888 c02c12dd
...@@ -49,6 +49,13 @@ during installation). Then simply run this command from a Cygwin shell: ...@@ -49,6 +49,13 @@ during installation). Then simply run this command from a Cygwin shell:
$ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash $ wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash
If you get the error "flags: FATAL unable to determine getopt version" error after
$ git flow init
you need to install the util-linux package using the Cygwin setup.
#### Using [msysgit](http://code.google.com/p/msysgit/) #### Using [msysgit](http://code.google.com/p/msysgit/)
Download and install `getopt.exe` from the [util-linux package](http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm) into `C:\Program Files\Git\bin`. (Only `getopt.exe`, the others util-linux files are not used). Also install `libintl3.dll` from the Dependencies package, into the same directory. Download and install `getopt.exe` from the [util-linux package](http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm) into `C:\Program Files\Git\bin`. (Only `getopt.exe`, the others util-linux files are not used). Also install `libintl3.dll` from the Dependencies package, into the same directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment