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

Building FDO on Linux

Install the Build Tools
Updating the Source
You can update the source by running the checkoutsvn.sh script.
In a terminal window where the current directory
is the build directory, enter checkoutsvn -h. The help text displayed
is as follows:
- checkoutsvn.sh
[--h]
- [--o
OutFolder]
- [--w
WithModule]
- --s
Source
- --u
UserId
- --p
UserPassword
- Help:
--h[elp]
- Source:
--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 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 running
the checkoutsvn.sh script
in the build directory. The syntax is ./checkoutsvn.sh
--o /home/OpenSource --s <source> --u yourusername --p yourpassword.
You can update the source for specified components
by using the with option. The syntax is ./checkoutsvn.sh
--o /home/OpenSource --s <source>--u yourusername --p yourpassword
--w desiredComponent.
The possible arguments for the with option are:
-
all - updates all directories
-
providers - updates the ArcSDE, GDAL, GenericRdbms, SDF, SHP, WFS, and WMS directories
-
fdocore - updates the Fdo, Thirdparty,
and Utilities directories
-
thirdparty - updates the Thirdparty directory
-
fdo - updates the Fdo directory
-
utilities - updates the Utilities directory
-
arcsde - updates the ArcSDE directory
-
gdal - updates the GDAL directory
-
rdbms - updates the GenericRdbms directory, which contains
the MySQL and ODBC components
-
sdf - updates the SDF directory
-
shp - updates the SHP directory
-
wfs - updates the WFS directory
-
wms - updates the WMS directory