You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Create, build, and run native apps for iOS and Android using JavaScript or TypeScript*
6
6
7
-
The Telerik NativeScript CLI lets you create, build, and deploy Telerik NativeScript-based projects on iOS and Android devices.
7
+
The NativeScript CLI lets you create, build, and deploy NativeScript-based projects on iOS and Android devices.
8
8
9
9
*[What is NativeScript](#what-is-nativescript"Quick overview of NativeScript, the JavaScript framework for cross-platform development of native iOS and Android apps")
10
10
*[Supported Platforms](#supported-platforms"The mobile platforms you can target with NativeScript")
@@ -27,8 +27,6 @@ The Telerik NativeScript CLI lets you create, build, and deploy Telerik NativeSc
27
27
What is NativeScript
28
28
===
29
29
30
-
> NativeScript is currently available as a private preview. To sign up for the NativeScript Insiders program, visit <ahref="http://www.telerik.com/nativescript-insiders-signup"target="_blank">http://www.telerik.com/nativescript-insiders-signup</a>.
31
-
32
30
NativeScript is a cross-platform JavaScript framework that lets you develop native iOS and Android apps from a single code base. The framework provides JavaScript access to the native APIs, user interface, and rendering engines of iOS and Android. By using JavaScript or TypeScript, you can create one project that builds into an iOS or Android app with completely native user experience.
33
31
34
32
To learn more about NativeScript, you can check the following resources:
@@ -61,18 +59,19 @@ You can install and run the NativeScript CLI on Windows or OS X.
61
59
62
60
*[Windows](#widnows)
63
61
*[OS X](#os-x)
62
+
*[Linux](#linux)
64
63
65
64
## Windows
66
65
67
66
> On Windows systems, you can develop, build, and deploy NativeScript projects that target Android.
68
67
69
68
* Windows Vista or later
70
-
*[Node.js 0.10.26] or a later stable official release
71
-
* (Optional) [Chocolatey]
72
-
*[JDK 6] or a later stable official release
73
-
*[Apache Ant 1.8] or a later stable official release
74
-
*[Android SDK 19] or a later stable official release
75
-
* (Optional) [Genymotion]
69
+
*[Node.js 0.10.26][Node.js 0.10.26] or a later stable official release
70
+
* (Optional) [Chocolatey][Chocolatey]
71
+
*[JDK 7][JDK 7] or a later stable official release
72
+
*[Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
73
+
*[Android SDK 19][Android SDK 19] or a later stable official release
74
+
* (Optional) [Genymotion][Genymotion]
76
75
77
76
If you want to develop for Android, verify that you have added the following paths in the `PATH` system environment variable.
78
77
@@ -136,17 +135,16 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap
136
135
> On OS X systems, you can develop, build, and deploy NativeScript projects that target iOS and Android.
137
136
138
137
* OS X Mavericks
139
-
*[Node.js 0.10.26] or a later stable official release
138
+
*[Node.js 0.10.26][Node.js 0.10.26] or a later stable official release
140
139
* For iOS development
141
-
* [iOS 7.0 SDK][12] or a later stable official release
142
-
* [Xcode 5][12] or a later stable official release
140
+
* [Latest Xcode][12]
143
141
* [Xcode command-line tools][12]
144
-
* (Optional) [Mono] installed via Homebrew
142
+
* (Optional for working with third-party libraries) [64-bit Mono][Mono] installed via Homebrew
145
143
* For Android development
146
-
* [JDK 6] or a later stable official release
147
-
* [Apache Ant 1.8] or a later stable official release
148
-
* [Android SDK 19] or a later stable official release
149
-
* (Optional) [Genymotion]
144
+
* [JDK 7][JDK 7] or a later stable official release
145
+
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
146
+
* [Android SDK 19][Android SDK 19] or a later stable official release
147
+
* (Optional) [Genymotion][Genymotion]
150
148
151
149
If you want to develop for Android, verify that you have added the following paths in your `PATH` in `~/.bash_profile`.
0 commit comments