~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: The Widelands Bunnybot
  • Date: 2021-06-15 12:45:33 UTC
  • Revision ID: bunnybot@widelands.org-20210615124533-2pm1og3qmrl32cr7
Update README URLs to HTTPS (#4951)

(by Noordfrees)
f59d3adcff80e04d89c2394b33a9839b6613bc5c

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
You will need to install the following dependencies:
31
31
 
32
 
*  [libSDL](http://www.libsdl.org/) >=2.0
33
 
*  [libSDL_image](http://www.libsdl.org/projects/SDL_image)
34
 
*  [libSDL_mixer](http://www.libsdl.org/projects/SDL_mixer) >= 2.0
35
 
*  [libSDL_ttf](http://www.libsdl.org/projects/SDL_ttf) >= 2.0
36
 
*  [gettext](http://www.gnu.org/software/gettext/gettext.html)
 
32
*  [libSDL](https://www.libsdl.org/) >=2.0
 
33
*  [libSDL_image](https://www.libsdl.org/projects/SDL_image)
 
34
*  [libSDL_mixer](https://www.libsdl.org/projects/SDL_mixer) >= 2.0
 
35
*  [libSDL_ttf](https://www.libsdl.org/projects/SDL_ttf) >= 2.0
 
36
*  [gettext](https://www.gnu.org/software/gettext/gettext.html)
37
37
* libiconv (on same mirrors as gettext)
38
 
*  [zlib](http://www.zlib.net/)
 
38
*  [zlib](https://www.zlib.net/)
39
39
*  [libpng](http://www.libpng.org/pub/png/libpng.html)
40
40
*  [libcurl](https://curl.se/)
41
 
*  [Boost](http://www.boost.org/) >= 1.48
42
 
*  [Python](http://www.python.org) >= 1.5.2
 
41
*  [Boost](https://www.boost.org/) >= 1.48
 
42
*  [Python](https://www.python.org) >= 1.5.2
43
43
*  [libglew](http://glew.sourceforge.net) or [glbinding](https://glbinding.org/)
44
44
 
45
45