16 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/MapGuideOpenSource-2.4.0.6989-RC2-x86.exe MapGuideOpenSource-2.4.0.6989-RC2-x86.exe] |
17 | | * Size: 126,422,693 bytes |
18 | | * md5: ac78fd4e3976b68895d6cc9c2be80fad |
| 16 | * [http://download.osgeo.org/mapguide/releases/2.4.0/Release/MapGuideOpenSource-2.4.0.7096-Final-x86.exe MapGuideOpenSource-2.4.0.7096-Final-x86.exe] |
| 17 | * Size: 126,019,823 bytes |
| 18 | * md5: 90ce2675cafb4e3bbe028b7c83a9d302 |
20 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/MapGuideOpenSource-2.4.0.6989-RC2-x64.exe MapGuideOpenSource-2.4.0.6989-RC2-x64.exe] |
21 | | * Size: 130,773,101 bytes |
22 | | * md5: 7756cf488b510673b79117b32f52c275 |
| 20 | * [http://download.osgeo.org/mapguide/releases/2.4.0/Release/MapGuideOpenSource-2.4.0.7096-Final-x64.exe MapGuideOpenSource-2.4.0.7096-Final-x64.exe] |
| 21 | * Size: 130,732,076 bytes |
| 22 | * md5: f7f0ace6915eabefaf687f030b59aec9 |
24 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/MapGuideOpenSource-2.4.0.6989-InstantSetup-x86.exe MapGuideOpenSource-2.4.0.6989-InstantSetup-x86.exe] |
25 | | * Size: 125,337,115 bytes |
26 | | * md5: 32b6b4f2735d40ba2754d6cdf142bbb9 |
| 24 | * [http://download.osgeo.org/mapguide/releases/2.4.0/Release/MapGuideOpenSource-2.4.0.7096-InstantSetup-x86.exe MapGuideOpenSource-2.4.0.7096-InstantSetup-x86.exe] |
| 25 | * Size: 127,658,344 bytes |
| 26 | * md5: f72225810ac48374b21904d99d754cf1 |
28 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/MapGuideOpenSource-2.4.0.6989-InstantSetup-x64.exe MapGuideOpenSource-2.4.0.6989-InstantSetup-x64.exe] |
29 | | * Size: 129,127,211 bytes |
30 | | * md5: b67659979259344835a4bc58b236de7d |
| 28 | * [http://download.osgeo.org/mapguide/releases/2.4.0/Release/MapGuideOpenSource-2.4.0.7096-InstantSetup-x64.exe MapGuideOpenSource-2.4.0.7096-InstantSetup-x64.exe] |
| 29 | * Size: 131,635,066 bytes |
| 30 | * md5: 67c1ac6b4651819be5d20100706f97da |
37 | | * Size: 1,758 bytes |
38 | | * md5: adf6c44e4eee456317e7730f90f94bfa |
39 | | |
40 | | == .net Visual Studio intellisense files == |
41 | | |
42 | | NOTE: The final release will include these files (under mapviewernet/bin). In the meantime, you can download the files here. |
43 | | |
44 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/intellisense/OSGeo.MapGuide.Foundation.xml OSGeo.MapGuide.Foundation.xml] |
45 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/intellisense/OSGeo.MapGuide.Geometry.xml OSGeo.MapGuide.Geometry.xml] |
46 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/intellisense/OSGeo.MapGuide.MapGuideCommon.xml OSGeo.MapGuide.MapGuideCommon.xml] |
47 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/intellisense/OSGeo.MapGuide.PlatformBase.xml OSGeo.MapGuide.PlatformBase.xml] |
48 | | * [http://download.osgeo.org/mapguide/releases/2.4.0/RC2/intellisense/OSGeo.MapGuide.Web.xml OSGeo.MapGuide.Web.xml] |
| 37 | * Size: 1,762 bytes |
| 38 | * md5: 8d6e932397bf797f399063cb3d0677ef |
| 39 | |
| 40 | == Fusion build tools == |
| 41 | |
| 42 | Fusion build tools is a zip file containing the build.xml and associated build tools required to "re-compile" fusionSF.js and fusionSF-compressed.js on a production fusion installation. |
| 43 | |
| 44 | Use the Fusion build tools if you have made patches and/or modifications to your fusion installation, and you need to build a new fusionSF.js and/or fusionSF-compressed.js |
| 45 | |
| 46 | In order to use the Fusion build tools, you need to have [http://ant.apache.org Apache Ant] installed. |
| 47 | |
| 48 | * [http://download.osgeo.org/mapguide/releases/2.4.0/Release/fusion-buildtools.zip fusion-buildtools.zip] |
| 49 | * Size: 1,367,412 bytes |
| 50 | * md5: 714c87251369914610c816f9a3a3ce37 |
| 51 | |
| 52 | To use the Fusion build tools, extract the zip file contents into your fusion directory and navigate to this directory in the command prompt and execute the following command: |
| 53 | |
| 54 | {{{ |
| 55 | ant compress |
| 56 | }}} |
| 57 | |
| 58 | This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib |
| 59 | |
| 60 | Due to the default installation location (under Program Files), you may need to do this under a UAC-elevated command prompt or fix the directory permissions so that normal users can create/modify files. |