Version 5 (modified by 14 years ago) ( diff ) | ,
---|
Compilation Guide on Windows XP/7
work in progress
Environment Setup
- Checkout the source from Subversion
svn checkout http://svn.osgeo.org/mapguide/branches/2.2/MgDev mgdev OR svn export http://svn.osgeo.org/mapguide/branches/2.2/MgDev mgdev
- Download FDO 3.5 CR1 SDK tarball from Here to C:\mgdev\Oem\FDO\ created in step 1. Suppose mgdev is under C:\
cd C:\mgdev\Oem\FDO mkdir fdo-3.5.0 tar xvvf <tar> -C fdo-3.5.0 cd fdo-3.5.0/Lib mkdir Release
Move all contents under Lib to Release folder. The structure of fdo-3.5.0 should be like this:
C:\mgdev\Oem\FDO\fdo-3.5.0\Bin C:\mgdev\Oem\FDO\fdo-3.5.0\Inc C:\mgdev\Oem\FDO\fdo-3.5.0\Release\Lib
Build Process
- Build OEM tree following these steps
- Launch Microsoft Visual Studio
- File->Open->Project/Solution and browse to oem.sln and click Ok. this will open all Oem projects in Visual Studio
Attachments (1)
-
build64.bat
(21.5 KB
) - added by 14 years ago.
modified build file with a new target "uninstall"
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.