OSDN Git Service

Update the docs explaining how to build an SDK.
authorRaphael <raphael@google.com>
Tue, 30 Mar 2010 18:10:06 +0000 (11:10 -0700)
committerRaphael <raphael@google.com>
Tue, 30 Mar 2010 18:10:06 +0000 (11:10 -0700)
Change-Id: Ib01ad69119152d10cc19ed6e2188621782ecc903

docs/howto_SDK_git_cygwin.txt
docs/howto_build_SDK.txt

index 42da18b..622c592 100644 (file)
@@ -16,6 +16,7 @@ limitations under the License.
 Subject: How to get the android source code using Cygwin and Git
 Date:    2009/04/27
 Updated: 2009/05/21
+Updated: 2010/03/30
 
 
 Table of content:
@@ -33,15 +34,20 @@ This document explains how to checkout the Android source from the git
 repositories under Windows.
 
 As stated in development/docs/howto_build_SDK.txt, one can't build the whole
-Android source code under Windows. You can only build the SDK tools for
+Android source code under Windows. You can only build the SDK tools for
 Windows.
 
 There are a number of caveats in checking out the code from Git under Windows. 
 This document tries to explain them.
 
 First you will need to meet the following requirements:
-- You must have Cygwin installed.
-  See http://www.cygwin.com/
+- You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
+  Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page:
+
+    http://cygwin.org/win-9x.html
+
+  Don't mind the page title, just grab setup-legacy.exe and it will works just fine
+  under XP or Vista.
 
 - You must install Cyginw using the "Unix / Binary" mode.
   If you don't do that, git will fail to properly compute some SHA1 keys.
@@ -51,6 +57,9 @@ First you will need to meet the following requirements:
 
   Note: if you want to build the SDK, check the howto_build_SDK.txt file
   for a list of extra required packages.
+  The short summary is that you need at least these:
+    autoconf, bison, curl, flex, gcc, g++, git, gnupg, make, mingw-zlib, python, unzip, zip
+  and you must avoid the "readline" package.
 
 
 -----------------------------------
index 4b6507d..bb42fed 100644 (file)
@@ -1,5 +1,21 @@
+Copyright (C) 2009 The Android Open Source Project
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
 Subject: How to build an Android SDK & ADT Eclipse plugin.
 Date:    2009/03/27
+Updated: 2010/03/30
 
 
 Table of content:
@@ -105,8 +121,16 @@ binaries by Windows binaries.
 B- Cygwin pre-requisite & code checkout
 ---------------------------------------
 
-Second you need to install Cygwin and configure it:
-- Get the installer at http://sources.redhat.com/cygwin/
+You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
+Instead you MUST use the "legacy Cygwin 1.5" that you can find at this page:
+
+  http://cygwin.org/win-9x.html
+
+Don't mind the page title, just grab setup-legacy.exe and it will works just fine
+under XP or Vista.
+
+  
+Now configure it:
 - When installing Cygwin, set Default Text File Type to Unix/binary, not DOS/text.
   This is really important, otherwise you will get errors when trying to
   checkout code using git.