I followed the COMPILING [1] instruction from the git repos and I can compile the Windows binaries successfully. However I cannot completely do the installation procedure completely as certain binaries are missing. I could simply copy them over from the existing installation but would prefer to have the full set up.
- Code: Select all
Checking for unzip (unzip)... not found, please install it or set PATH right!
Checking for git (git-core)... not found, please install it or set PATH right!
Checking for svn (subversion)... not found, please install it or set PATH right!
Checking for wget (wget)... not found, please install it or set PATH right!
I'm aware what these applications are (I've successfully built the tree under Debian), but while I followed the COMPILING instruction, I'm actually unsure what kind of binaries for those would I need? I assume that because everything is based on msys, I can't simply use e.g. some win32 unzip.exe ?
For git, would I need to install msysgit [2] ? The infos on the download [3] page look confusing to me.
Or do I need to compile everything myself (like I found on some page when searching for msys and wget [4]).
I would appreciate some help on filling the missing gaps here,
thanks
[1] http://git.icculus.org/?p=divverent/net ... fc;hb=HEAD
[2] http://code.google.com/p/msysgit/
[3] http://code.google.com/p/msysgit/downloads/list
[4] http://www.transana.org/developers/setu ... YS-Win.htm