]> git.street.me.uk Git - andy/viking.git/blob - win32/README.txt
Remove OSM web link layer options so you now get what ever is the OSM default.
[andy/viking.git] / win32 / README.txt
1 # License: CC0\r
2 #\r
3 The build under Windows follows the same process as the traditional Linux build:\r
4 \r
5     cd ../src\r
6     sh configure <options>\r
7     make\r
8 \r
9 There is a separate installer method using NSIS to generate the viking-1.X.Y.Z.exe installer file.\r
10 \r
11 To generate the installer (once the code has been compiled as above) run the installer.bat\r
12 \r
13 For further details (especially about how to set up the development dependencies) see:\r
14 http://sourceforge.net/apps/mediawiki/viking/index.php?title=WindowsBuildInstructions\r
15 \r
16 These instructions have now been turned turned into a series of scripts to produce the Viking installer:\r
17 \r
18 1. prepare.bat\r
19 2a. configure_and_make.bat\r
20 2b. make.bat\r
21 3. installer.bat\r
22 \r
23 The scripts are aimed at a pristine Windows XP installation.\r
24 Using *prepare.bat* will attempt to *download* and *install* various Open Source software to aid this process.\r
25 An administrator level account is needed to run this which will *modify* your system.\r
26 \r
27 The other scripts simply make use of these (assumed) available system programs.\r
28 \r
29 This setup is for dedicated usage to build Viking, primarily under Wine with:\r
30 \r
31  ./generate_install.sh\r
32 \r
33 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
34 \r
35 From Viking 1.4 onwards this is how the Windows viking-W.X.Y.Z.exe installer file is produced.\r