Skip to content

alex85k/winbuilds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winbuilds

Scripts to automate building common libraries&osm tools on Windows

Mostly targeted for MSVC compiler.

You just need to

  • install Git for Windows (2.6.0 or later https://git-for-windows.github.io )
  • intall Visual Studio 2015 Community with Windows SDK or Mingw (testing)
  • edit settings.bat (Choose Debug or Release, MSVC or MINGW, set folders)
  • have an Internet connection and proxy variables if needed :)
  • run necessary build_... or build_all.bat

See also more advanced collections:

To compile with Mingw-w64, please

pacman -S mingw-w64-x86_64-gcc make binutils pkg-config diffutils automake autoconf libtool

(to be sure all autotools-based projects can be built)

  • use pacman -S mingw-w64-x86_64-gcc or unpack custom version of mingw-w64 to c:\mingw64 , for example mingw-builds 4.9.1 here Note that most of the packages already exists in MSYS2 repository. The scripts are mostly for creating alternative builds.

Thanks to great projects MinGW/MinGW-builds/MinGW-w64 , MSYS2 and also to Microsoft for having free version of their fast (and tricky) compiler :)

About

scripts to automate building common libraries&osm tools on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published