OSDN Git Service

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

index e69de29..d637911 100644 (file)
--- a/README.md
+++ b/README.md
@@ -0,0 +1,22 @@
+# Checking out the source
+
+You'll need the "Widgets" dependency.
+
+* $ git clone git://github.com/koush/Superuser
+* $ git clone git://github.com/koush/Widgets
+
+These repositories do not keep the actual projects in the top level directory.
+This is because they contain tests, libs, and samples.
+
+# Eclipse
+
+In Eclipse, import Widgets/Widgets and Superuser/Superuser. It should Just Work (TM).
+
+# Building the su binary
+
+Make sure you have the android-ndk downloaded with the tool "ndk-build" in your path.
+
+* $ cd Superuser/Superuser
+* $ ndk-build
+
+The su binary will built into Superuser/Superuser/libs/armeabi/su.