Changes between Version 18 and Version 19 of CompilingMapGuide22Windows
- Timestamp:
- 07/30/10 12:03:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v18 v19 58 58 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful. 59 59 60 '''''Note: In Visual Studio, before each build process, make sure the configuration for these 4 build processes are consistent, i.e Release and Win32 are recommende for 32-bit windows machine, Release and x64 for 64-bit windows machine. ''''' 61 60 62 == Install !MapGuide Server and Web Extension == 61 63 64 1. On 32-bit windows machine 62 65 {{{ 63 66 cd c:\mgdev 64 67 mkdir Release 65 build.bat -a install -c server --source=Release 66 build.bat -a install -c web --source=Release 68 build.bat -a=install -w=server 69 build.bat -a=install -w=web 70 }}} 71 2. On 64-bit windows machine 72 {{{ 73 cd c:\mgdev 74 mkdir Release64 75 build.bat -a=install -w=server 76 build.bat -a=install -w=web 67 77 }}} 68 78 … … 70 80 71 81 1. Start !MapGuide Server 82 {{{ 83 cd c:\mgdev\Release\Server\bin 84 mgserver.exe run 85 }}} 72 86 73 87 2. Start !MapGuide Web Extension 88 {{{ 89 }}} 74 90 75 91 3. Open a browser to