svn commit: r58 - trunk/www/docs/OpenSourceBuild__README.html
gregboone at osgeo.org
gregboone at osgeo.org
Wed Aug 2 15:50:52 EDT 2006
Author: gregboone
Date: 2006-08-02 19:50:51+0000
New Revision: 58
Modified:
trunk/www/docs/OpenSourceBuild__README.html
Log:
FDO2
Modified: trunk/www/docs/OpenSourceBuild__README.html
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/OpenSourceBuild__README.html?view=diff&rev=58&p1=trunk/www/docs/OpenSourceBuild__README.html&p2=trunk/www/docs/OpenSourceBuild__README.html&r1=57&r2=58
==============================================================================
--- trunk/www/docs/OpenSourceBuild__README.html (original)
+++ trunk/www/docs/OpenSourceBuild__README.html 2006-08-02 19:50:51+0000
@@ -555,21 +555,21 @@
**** Configure, Build and Install all components
build_linux.sh
**** Configure and Build all components
- build_linux.sh --a buildonly
+ build_linux.sh --a build
**** Build all components without running configure
- build_linux.sh --a buildonly --a noconfigure
+ build_linux.sh --a build --m noconfigure
**** Configure and Install all components
- build_linux.sh --a installonly
+ build_linux.sh --a install
**** Configure and Build only the FDO library
- build_linux.sh --a buildonly -w fdo
+ build_linux.sh --a build -w fdo
**** Configure and Build all FDO Providers
- build_linux.sh --a buildonly --w providers
+ build_linux.sh --a build --w providers
**** Configure and Build only the SHP Provider
- build_linux.sh --a buildonly --w shp
+ build_linux.sh --a build --w shp
**** Configure and Build only the SDF Provider
- build_linux.sh --a buildonly --w sdf
+ build_linux.sh --a build --w sdf
**** Configure and Build both the WMS and WFS Providers
- build_linux.sh --a buildonly --w wms --w wfs
+ build_linux.sh --a build --w wms --w wfs
NOTE: build_linux.sh is a simple helper script that assists developers to build the FDO
components. These scripts supplement standard support of configure and make. We have
More information about the Fdo-commits
mailing list