Dependencies: Update for current dev
authorWuzzy
Tue, 24 Oct 2017 14:43:31 +0100
changeset 1100 7e1f1bf5b955
parent 1099 360ee8a95a1f
child 1101 172cf3112fde
Dependencies: Update for current dev
Dependencies.wiki
--- a/Dependencies.wiki	Mon Oct 23 11:49:32 2017 -0400
+++ b/Dependencies.wiki	Tue Oct 24 14:43:31 2017 +0100
@@ -10,7 +10,7 @@
 == Build-only dependencies ==
 You need these packages to build Hedgewars, but not afterwards.
 
-|| *Name* || *Version* (Latest Release) || *Version* (Unstable) || *Homepage* ||
+|| *Name* || *Version* (Latest HW release) || *Version* (Unstable) || *Homepage* ||
 || CMake || 2.6 || 2.6 || [http://www.cmake.org/] ||
 || QMake || 4.7 || 4.7 || [http://www.qt.io/] ||
 
@@ -18,20 +18,20 @@
 You need these programs and libraries to build and run hedgewars.
 Note: You will need the development headers of the libraries for building only.
 
-|| *Name* || *Version* (Latest Release) || *Version* (Unstable) || *Homepage* ||
+|| *Name* || *Version* (Latest HW release) || *Version* (Unstable) || *Homepage* ||
 || Qt || 4.7.0 || 4.7.0 || [http://www.qt.io/] ||
-|| SDL || 1.2 || 1.2 || [http://libsdl.org/] ||
-|| SDL_net || 1.2 || 1.2 || [http://libsdl.org/] ||
-|| SDL_mixer || 1.2 || 1.2 || [http://libsdl.org/] ||
-|| SDL_image || 1.2 || 1.2 || [http://libsdl.org/] ||
+|| SDL || 1.2 || 2.0 || [http://libsdl.org/] ||
+|| SDL_net || 1.2 || 2.0 || [http://libsdl.org/] ||
+|| SDL_mixer || 1.2 || 2.0 || [http://libsdl.org/] ||
+|| SDL_image || 1.2 || 2.0 || [http://libsdl.org/] ||
 || SDL_TTF || 2.0 || 2.0 || [http://libsdl.org/] ||
-|| FPC (Free Pascal Compiler) || 2.2.4 or higher || ??? || [http://freepascal.org/] ||
+|| FPC (Free Pascal Compiler) || 2.2.4 || ??? || [http://freepascal.org/] ||
 
 == Bundled dependencies ==
-You can build/run hedgewars using these packages from your system or use those that come with the hedgewars source
+You can build/run hedgewars using these packages from your system or use those that come with the Hedgewars source:
 
-|| *Name* || *Version* (Latest Release) || *Version* (Unstable) || *Homepage* ||
-|| Lua || 5.1 (*not* 5.2) || 5.1 (*not* 5.2) || [http://www.lua.org/] ||
+|| *Name* || *Version* (Latest HW release) || *Version* (Unstable) || *Homepage* ||
+|| Lua || 5.1 (exactly) || 5.1 (exactly) || [http://www.lua.org/] ||
 || Physics FS a.k.a. PhysFS || 2.0.3 || 2.1.0 || [https://icculus.org/physfs/] ||
 
 Bundled Fonts:
@@ -60,12 +60,13 @@
 
 Then you need a couple of Haskell software. Note that package names for Haskell software varies wildly between Linux distributions. When in doubt, check your distribution’s documentation about any naming conventions they may have about Haskell packages.
 || *Haskell library name* || *Hedgewars Version* || *Hackage link* ||
+|| sandi || after 0.9.22 || http://hackage.haskell.org/package/sandi ||
+|| hslogger || || http://hackage.haskell.org/package/hslogger ||
+|| regex-tdfa || after 0.9.22 || http://hackage.haskell.org/package/regex-tdfa ||
 || bytestring || || http://hackage.haskell.org/package/bytestring ||
 || bytestring-show || || http://hackage.haskell.org/package/bytestring-show ||
 || dataenc || 0.9.22 or older || http://hackage.haskell.org/package/dataenc ||
-|| sandi || after 0.9.22 || http://hackage.haskell.org/package/sandi ||
 || deepseq || || http://hackage.haskell.org/package/deepseq ||
-|| hslogger || || http://hackage.haskell.org/package/hslogger ||
 || mtl || || http://hackage.haskell.org/package/mtl ||
 || network || || http://hackage.haskell.org/package/network ||
 || parsec3 || || http://hackage.haskell.org/package/parsec3 ||
@@ -75,5 +76,3 @@
 || zlib || || http://hackage.haskell.org/package/zlib ||
 || SHA || || http://hackage.haskell.org/package/SHA ||
 || entropy || || http://hackage.haskell.org/package/entropy ||
-|| regex-tdfa || after 0.9.22 || http://hackage.haskell.org/package/regex-tdfa ||
-|| sandi || after 0.9.22 || https://hackage.haskell.org/package/sandi ||
\ No newline at end of file