Parcourir la source

add:添加注意事项

Dozingfiretruck il y a 4 ans
Parent
commit
c1c4a06ef8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -9,7 +9,7 @@ W806对应Air103,可以看Air103相关教程
 
 ## lib编译
 
-全部编译比较耗时,因此将lib部分预编译进行使用,平时仅编译app部分即可,当需要改动lib部分时需要在lib目录下执行xmake -j1 -P即可
+全部编译比较耗时,因此将lib部分预编译进行使用,平时仅编译app部分即可,当需要改动lib部分时需要在lib目录下执行xmake -j1 -P即可。**注意:编译lib后一定要将build删掉重新编译app**