OSDN Git Service

Update README.md
authorKoushik Dutta <koush@koushikdutta.com>
Sat, 23 Feb 2013 20:35:55 +0000 (12:35 -0800)
committerKoushik Dutta <koush@koushikdutta.com>
Sat, 23 Feb 2013 20:35:55 +0000 (12:35 -0800)
README.md

index b69d2f1..1e425f8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,19 @@ This is because they contain tests, libs, and samples.
 
 In Eclipse, import Widgets/Widgets and Superuser/Superuser. It should Just Work (TM).
 
+# Ant
+
+Same old, same old.
+
+* $ mkdir /path/to/src
+* $ cd /path/to/src
+* $ cd Superuser/Superuser
+* $ ant release
+
+# Building with AOSP, CyanogenMod or another source built ROM
+
+TODO!
+
 # Building the su binary
 
 Make sure you have the android-ndk downloaded with the tool "ndk-build" in your path.