Changes between Version 5 and Version 6 of CompilingMapGuide22Windows
- Timestamp:
- 07/29/10 10:53:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v5 v6 17 17 mkdir fdo-3.5.0 18 18 tar xvvf <tar> -C fdo-3.5.0 19 cd fdo-3.5.0/ Lib19 cd fdo-3.5.0/Bin 20 20 mkdir Release 21 21 }}} 22 Move all contents under Libto Release folder. The structure of fdo-3.5.0 should be like this:22 Move all contents under Bin to Release folder. The structure of fdo-3.5.0 should be like this: 23 23 {{{ 24 C:\mgdev\Oem\FDO\fdo-3.5.0\Bin 24 C:\mgdev\Oem\FDO\fdo-3.5.0\Bin\Release 25 25 C:\mgdev\Oem\FDO\fdo-3.5.0\Inc 26 C:\mgdev\Oem\FDO\fdo-3.5.0\ Release\Lib26 C:\mgdev\Oem\FDO\fdo-3.5.0\Lib 27 27 }}} 28 28 29 29 == Build Process == 30 30 31 1. Build OEM tree following these steps31 1. Build OEM tree 32 32 * 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. 34 35 36 2. 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 40 3. 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