]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/README.txt
Use settings to allow configuration of max background threads.
[andy/viking.git] / win32 / README.txt
index 542aa59189781a8d75d9e0e4f71e7050bf3d22be..2fac07fdf6224ab305a66ebd034e1a27bd69efdd 100644 (file)
@@ -1,4 +1,5 @@
-\r
+# License: CC0\r
+#\r
 The build under Windows follows the same process as the traditional Linux build:\r
 \r
     cd ../src\r
 The build under Windows follows the same process as the traditional Linux build:\r
 \r
     cd ../src\r
@@ -11,3 +12,24 @@ To generate the installer (once the code has been compiled as above) run the ins
 \r
 For further details (especially about how to set up the development dependencies) see:\r
 http://sourceforge.net/apps/mediawiki/viking/index.php?title=WindowsBuildInstructions\r
 \r
 For further details (especially about how to set up the development dependencies) see:\r
 http://sourceforge.net/apps/mediawiki/viking/index.php?title=WindowsBuildInstructions\r
+\r
+These instructions have now been turned turned into a series of scripts to produce the Viking installer:\r
+\r
+1. prepare.bat\r
+2a. configure_and_make.bat\r
+2b. make.bat\r
+3. installer.bat\r
+\r
+The scripts are aimed at a pristine Windows XP installation.\r
+Using *prepare.bat* will attempt to *download* and *install* various Open Source software to aid this process.\r
+An administrator level account is needed to run this which will *modify* your system.\r
+\r
+The other scripts simply make use of these (assumed) available system programs.\r
+\r
+This setup is for dedicated usage to build Viking, primarily under Wine with:\r
+\r
+ ./generate_install.sh\r
+\r
+Such that any Windows system (or of course a Virtual Machine) can be simply deleted (e.g. rm -rf /.wine) and recreated fully via the scripts.\r
+\r
+From Viking 1.4 onwards this is how the Windows viking-W.X.Y.Z.exe installer file is produced.\r