Skip to content

Commit

Permalink
Adding windows install step for libintl3.dll
Browse files Browse the repository at this point in the history
I found I also needed to install this file. It was mentioned in
issue nvie#109. Adding this step to the instruction might help others
avoid this same problem.
  • Loading branch information
MarkBorcherding committed Jul 8, 2011
1 parent 0191c68 commit e73a1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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

#### 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).
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.

Clone the git-flow sources from GitHub:

Expand Down

0 comments on commit e73a1d9

Please sign in to comment.