Skip to content

Commit f37c3f8

Browse files
committed
improve readme file
1 parent fb50508 commit f37c3f8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ As an example, if you want to support cocos2d-x in ARM64, you need to compile al
2626

2727
## Prerequisite
2828
### For Mac users
29-
- You should install the latest version of XCode. You should also install the `Command Line Tools` bundled with XCode.
30-
31-
- You should install Git 1.8+, CMake 2.8+ and M4 1.4+.
29+
- If you want to use these scripts, you should install Git 1.8+, CMake 2.8+ and M4 1.4+.
3230
If you are a Homebrew user, you could simply run the following commands to install these tools:
3331

3432
```cpp
@@ -37,6 +35,12 @@ brew install cmake
3735
brew install m4
3836
```
3937

38+
- If you want to build static libraries for iOS and Mac, you should install the latest version of XCode. You should also install the `Command Line Tools` bundled with XCode.
39+
40+
41+
- If you want to build static libraries for Android, you should install [NDK](https://developer.android.com/tools/sdk/ndk/index.html). NDK r9d is required at the moment and you should also specify the ANDROID_NDK environment variable in your bash configure file.
42+
43+
- If you want to build static libraries for Tizen, you should download and install [Tizen SDK](https://developer.tizen.org/downloads/tizen-sdk). And you should also add a environment variable named `TIZEN_SDK` in your bash configure file.
4044

4145
### For Linux users
4246
xxx need to improve the document here later.

0 commit comments

Comments
 (0)