浏览代码

fix readme

/siyaoH-1.17-PlatformMessage
fzhang 4 年前
当前提交
b41eb1f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      engine/README.md

2
engine/README.md


### Create symbolic
```
cd <uiwidigets_dir>\engine
cd src\include\link\third_party \\ create the directory if not exists
cd third_party \\ create the directory if not exists
mklink /D skia <SKIA_ROOT>
```
Flutter engine txt include skia header in this pattern 'third_party/skia/*', so without symbolic, the txt lib will include skia

正在加载...
取消
保存