Changes between Version 18 and Version 19 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Jul 30, 2010, 12:03:50 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v18 v19  
    5858 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful.
    5959
     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
    6062== Install !MapGuide Server and Web Extension ==
    6163
     641. On 32-bit windows machine
    6265{{{
    6366cd c:\mgdev
    6467mkdir Release
    65 build.bat -a install -c server --source=Release
    66 build.bat -a install -c web --source=Release
     68build.bat -a=install -w=server
     69build.bat -a=install -w=web
     70}}}
     712. On 64-bit windows machine
     72{{{
     73cd c:\mgdev
     74mkdir Release64
     75build.bat -a=install -w=server
     76build.bat -a=install -w=web
    6777}}}
    6878
     
    7080
    71811. Start !MapGuide Server
     82{{{
     83cd c:\mgdev\Release\Server\bin
     84mgserver.exe run
     85}}}
    7286
    73872. Start !MapGuide Web Extension
     88{{{
     89}}}
    7490
    75913. Open a browser to