make FLEX_HOME clearer
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/f3632d1c Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/f3632d1c Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/f3632d1c Branch: refs/heads/develop Commit: f3632d1ce4e76a1d2a32a1af6eacbba60b1e01d7 Parents: 07d12d2 Author: Justin Mclean <[email protected]> Authored: Sun Sep 7 09:42:39 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Sun Sep 7 09:42:39 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f3632d1c/TourDeFlex/TourDeFlex3/README ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README index 4690f3c..4e13d8a 100644 --- a/TourDeFlex/TourDeFlex3/README +++ b/TourDeFlex/TourDeFlex3/README @@ -10,12 +10,11 @@ Initial Setup Required ========================================================================================== - FLEX_HOME is the absolute path to the Apache Flex SDK - If you omit this argument, and the system environment variable, FLEX_HOME exists, - it is used. + The environment variable FLEX_HOME need to be set to the absolute path of the Apache + Flex SDK. If you prefer you can set this in env.properties. ========================================================================================== -How to build the installer using ant (no IDE is required) +How to build Tour De Flex using ant (no IDE is required) ========================================================================================== 1. On Linux or Mac un tar/gzip the source distribution:
