From 3c6f0887527b62e66ec3da9fb7bc5a44e1a600fb Mon Sep 17 00:00:00 2001 From: Plamen Petkov Date: Tue, 15 Sep 2015 09:59:06 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f95e242df..1422fd77f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Android-Widgets -Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android. \ No newline at end of file +Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android. + +# How to build + +1. Clone repo +```Shell +git clone https://github.com/NativeScript/android-widgets.git +``` +1. Open project in eclipse. +1. Build + +The result file android-widgets.jar is located in the bin folder.