From 2250429dda5539466e2c3d1e33e555c4d66131e6 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Thu, 6 Dec 2012 12:31:44 +0000 Subject: Related: #i121442# Add sed and cat as dependencies to odk (cherry picked from commit 0a78e6e85d8e921705b7ea90038f822d47fb58ab) Conflicts: odk/cfgWin.js odk/configure.pl odk/docs/install.html odk/setsdkenv_unix.sh.in odk/setsdkenv_windows.template odk/settings/std.mk Change-Id: Ie124ffbb857e796923981e13dc3116c7af341056 --- odk/docs/install.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'odk/docs') diff --git a/odk/docs/install.html b/odk/docs/install.html index efc82d2a8aa7..80cbdff0f6df 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -130,6 +130,16 @@ a new requirement to make the SDK independent of a Java SDK.
If you do not have these already, you can download them from http://www.info-zip.org. Note: The cygwin zip.exe does not work for the build under the 4NT shell. You have to use the native w32 version. + + + + + + cat and sed tools + The cat and set tools are used to create some extensions. +

Note for Windows users: If you do not have these already, you can download them from + http://sourceforge.net/projects/unxutils/files/latest/download.

+ @@ -138,8 +148,8 @@

The SDK provides an implicit configuration mechanism, which configures the SDK build environment to your personal needs the first - time you use the SDK environment. This configuration step creates one - new setsdkenv_XXX script in the user's home directory:

+ time you use the SDK environment. This configuration step creates a + new setsdkenv_XXX script in the user's home directory:

  • $HOME/$OO_SDK_NAME/setsdkenv_unix.sh  -> for Unix
  • C:\Documents and Settings\<username>\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat  -> for Windows2000/XP or later
  • @@ -222,6 +232,14 @@ OO_SDK_ZIP_HOME Path to the 'zip' tool. + + OO_SDK_CAT_HOME + Path to the 'cat' tool. + + + OO_SDK_SED_HOME + Path to the 'sed' tool. + OO_SDK_OUTPUT_DIR Path to an existing directory where the example output -- cgit