From 79ec4c160373303f60e12acc7bff20b9753e496a Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Mon, 3 Oct 2011 18:46:41 -0700 Subject: [PATCH] add note about local.properties and sdk.dir to README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index e1a8432..d52a388 100755 --- a/README +++ b/README @@ -3,4 +3,10 @@ EnvayaSMS is an Android app that acts as a SMS and MMS gateway. For more information and installation instructions, see http://sms.envaya.org/ +This project uses ant (or NetBeans) as the build tool. +Before building, first create a local.properties file in the project root directory, +and set sdk.dir to the path of your android sdk, e.g.: + +sdk.dir=C:\\android-sdk + The code is released under the MIT license; see LICENSE \ No newline at end of file