OLD | NEW |
1 Name: Freetype | 1 Name: Freetype |
2 URL: http://source.android.com | 2 URL: https://android.googlesource.com/platform/external/freetype/ |
3 Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d | 3 Version: 8afe960626dbf326354b836fd4d63e05b6974195 |
4 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent | 4 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent |
5 JPEG Group) licenses" | 5 JPEG Group) licenses" |
6 License File: NOTICE | 6 License File: NOTICE |
7 Security Critical: no | 7 Security Critical: no |
8 License Android Compatible: yes | 8 License Android Compatible: yes |
9 | 9 |
10 Description: | 10 Description: |
11 This package was copied from Android source tree and just used for Android. | 11 This package was copied from Android source tree and just used for Android. |
12 For other platforms, the freetype is normally found outside the Chromium tree; | 12 For other platforms, the freetype is normally found outside the Chromium tree; |
13 e.g. on Mac it's in /usr/include | 13 e.g. on Mac it's in /usr/include |
14 | 14 |
15 | 15 |
16 Local Modifications: | 16 Local Modifications: |
17 We added the gyp file to build it. | 17 We added the gyp file to build it. |
18 | 18 |
19 Here is the detail steps | 19 Here is the detail steps |
20 1. Checkout Android source code | 20 1. Checkout Android version of freetype |
21 | 21 |
22 $ repo init -u https://android.googlesource.com/platform/manifest | 22 $ git clone https://android.googlesource.com/platform/external/freetype/ |
23 $ repo sync | 23 # Use the following command to checkout this version, or omit it to checkout |
24 $ cd external/freetype | 24 # the latest version. |
25 $ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d | 25 $ git reset --hard 8afe960626dbf326354b836fd4d63e05b6974195 |
26 | 26 |
27 2. Copy the related files from | 27 2. Copy the related files from |
28 <android_tree>/external/freetype/ | 28 <android_tree>/external/freetype/ |
29 | |
30 More information can be found in | |
31 http://source.android.com/source/downloading.html | |
OLD | NEW |