Added credit in source codes
[clinton/Virtual-Jaguar-Rx.git] / docs / INSTALL
index e276312..b95c96b 100644 (file)
@@ -9,8 +9,8 @@ REQUIREMENTS:
 The minimum requirements for compiling Virtual Jaguar from source are:
 
  o  GCC v4.4.x or higher
- o  SDL v1.2.15 or higher
- o  zlib v1.2.8
+ o  SDL v1.2.15
+ o  zlib v1.2.8 or higher
  o  libelf 0.8.13
  o  libdwarf 1.41
  o  libcdio v0.90 or higher (optional, for Jaguar CD support)
@@ -82,10 +82,10 @@ cp -r ~/location-where-you-built-qt/src/gui/mac/qt_menu.nib virtualjaguar.app/Co
 Have fun!
 
 
-NOTES FOR COMPILING UNDER VISUAL STUDIO 2015 / 2017:
-----------------------------------------------------
+NOTES FOR COMPILING UNDER VISUAL STUDIO 2017:
+---------------------------------------------
 
-Win-VS2015 & Win-VS2017 sub-directories contain the projects and solution files
+Win-VS2017 sub-directory contains the project and solution file.
 You may have to adapt such files to handle your own development environement,
 usualy to put the right include and library paths will be enough assuming you have all the requirements properly set.