diff options
author | crupest <crupest@outlook.com> | 2019-03-30 21:15:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-30 21:15:25 +0800 |
commit | 9af5abeb3db9991ec5b8293883d1fc5913e89456 (patch) | |
tree | 40f8119cf6814bb6df76ff822ef5a2d4c9c4d5ca /README.md | |
parent | ee130224147f034e02d1d4d83e3f2d5a59e625c2 (diff) | |
download | cru-9af5abeb3db9991ec5b8293883d1fc5913e89456.tar.gz cru-9af5abeb3db9991ec5b8293883d1fc5913e89456.tar.bz2 cru-9af5abeb3db9991ec5b8293883d1fc5913e89456.zip |
...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ It is **under construction**. ## build -Set python2 on path to make skia build tool work. Use python3 to run `tool/build.py`. Run with `-h` to see the options. +Set python**2** on path to allow skia build tool work. Use python**3** to run `tool/build.py`. Run with `-h` to see the options. + +Notice: x86 is **not** currently supported! + +Tips: You can run the build script with `--only-skia` to build the skia dependency fisrt. Then feel free to open an ide and edit the source code of cruui and build it with command in ide. ## structure of repository |