Alex wrote: > Hum.. Okay > > But mingw does not allow me to install other packages than basic ones (plus g++, g77, ada, java, objective C and mingw make). > > For instance, how download wine using git and mingw ? > There is no git for mingw. > > I tried msygit but I had troubled with new lines (\n instead of \r \n or something like that). > > And if I want to compile wine with freetype support, how to do ? > > > Thanks Use regular git to get the repository, then use mingw on that source code? If I'm not mistaken the exact same source code is used for all compilers and platforms...