Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
installer: Add all remaining packages required to build Git
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 14, 2011
1 parent 41560f8 commit 1de0f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ ConfirmUninstall=This will uninstall %1 and remove all files in the installation
#include "xmlparser.inc.iss"
const
RequiredPackages='msys-base msys-lndir msys-patch msys-perl msys-wget mingw32-gcc mingw32-libz mingw32-mgwport';
RequiredPackages='msys-base msys-lndir msys-patch msys-perl msys-wget ' +
'mingw32-gcc mingw32-libiconv mingw32-libopenssl mingw32-libz mingw32-tcl ' +
'mingw32-mgwport';
var
PackagesPage:TWizardPage;
Expand Down

0 comments on commit 1de0f65

Please sign in to comment.