Home: Building FDO Open Source
Review the Copyright and Licensing Information

Building FDO on Windows

Install the Build Tools
Update the Source
You can update the source by running the checkoutsvn.bat script.
In a cmd.exe window where the current directory
is the build folder, enter checkoutsvn
-h. The help text displayed is as follows:
- checkoutsvn.bat
[-h] [-o=OutFolder] [-w=WithModule] -s=Source -u=UserId -p=UserPassword
- Help:
-h[elp]
- Branch:
-s[ource]=location of source file, either branch location, tag location
or trunk
NoteThe possible arguments
are
-s=trunk,
-s=<tagIdentifier>, and
-s=<branchIdentifier>. Get the
tag or branch identifier by browsing
http://fdo.osgeo.org, clicking the
Subversion link and then clicking the tag or branches link.
- OutFolder:
-o[utpath]=destination folder for files
- WithModule:
-w[ith]=all(default), fdo, fdocore, thirdparty, providers, utilities,
shp, sdf, wfs, wms, arcsde, rdbms, gdal
- User:
-u[ser]=user id
- Password:
-p[assword]=user password
You can update all of the source by by running
the checkoutsvn.bat script
in the build folder. The syntax is checkoutsvn.bat
-s=<source> -u=yourusername -p=yourpassword.
You can update the source for specified components
by using the with option. The syntax is checkoutsvn.bat
-s=<source> -u=yourusername -p=yourpassword -w=desiredComponent.
The possible arguments for the with option are:
-
all - checkout all source from the fdocore,
fdoshp, fdosdf, fdowms, fdowfs, fdoarcsde, fdordbms and fdogdal subversions
-
providers - checkout all source from
the fdoshp, fdosdf, fdowms, fdowfs, fdoarcsde, fdordbms and gdal
subversions
-
fdocore - checkout all source from
the fdocore.osgeo.org subversion
-
thirdparty - checkout all source from
the Thirdparty folder in the fdocore.osgeo.org subversion
-
fdo - checkout all source from the
Fdo folder in the fdocore.osgeo.org subversion
-
utilities - checkout all source from
the Utilities folder in the fdocore.osgeo.org subversion
-
arcsde - checkout all source from the fdoarcsde.osgeo.org
subversion
- gdal
- checkout all source from the fdogdal.osgeo.org subversion
-
rdbms - checkout all source from the fdordbms.osgeo.org
subversion
-
sdf - checkout all source from the fdosdf.osgeo.org
subversion
-
shp - checkout all source from the fdoshp.osgeo.org
subversion
-
wfs - checkout all source from the fdowfs.osgeo.org
subversion
-
wms - checkout all source from the fdowms.osgeo.org
subversion