Changes between Version 5 and Version 6 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Jul 29, 2010, 10:53:35 AM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v5 v6  
    1717mkdir fdo-3.5.0
    1818tar xvvf <tar> -C fdo-3.5.0
    19 cd fdo-3.5.0/Lib
     19cd fdo-3.5.0/Bin
    2020mkdir Release
    2121}}}
    22 Move all contents under Lib to Release folder. The structure of fdo-3.5.0 should be like this:
     22Move all contents under Bin to Release folder. The structure of fdo-3.5.0 should be like this:
    2323{{{
    24 C:\mgdev\Oem\FDO\fdo-3.5.0\Bin
     24C:\mgdev\Oem\FDO\fdo-3.5.0\Bin\Release
    2525C:\mgdev\Oem\FDO\fdo-3.5.0\Inc
    26 C:\mgdev\Oem\FDO\fdo-3.5.0\Release\Lib
     26C:\mgdev\Oem\FDO\fdo-3.5.0\Lib
    2727}}}
    2828
    2929== Build Process ==
    3030
    31 1. Build OEM tree following these steps
     311. Build OEM tree
    3232 * Launch Microsoft Visual Studio
    33  * File->Open->!Project/Solution and browse to ''oem.sln'' and click Ok. this will open all Oem projects in Visual Studio
     33 * File->Open->!Project/Solution and browse to ''oem.sln'' and click Ok. this will open all 35 Oem projects in Visual Studio
     34 * In Solution Explorer tree, select Solution 'oem', then click Build->Build Solution, build process will start and should be successful.
    3435
     362. Build CSMap. Though CSMap is under folder Oem, it is a totally different project from other Oem projects, and it should be built seperately
     37 * File->Open->!Project/Solution and browse to ''Oem/CsMap/OpenSource.sln'', click Ok to open CsMap project in Visual Studio
     38 * In Solution Explorer tree, select Solution ''OpenSource'', then click Build->Build Solution, build process will start and should be successful.
     39
     403. Build MapGuide Server
     41 * File->Open->!Project/Solution and browse to ''c:\mgdev\Server\server.sln'', click Ok to open 29 server projects in Visual Studio
     42 * In Solution Explorer tree, select Solution ''Server'', then click Build->Build Solution, build process will start and should be successful.
     43
     44