提交 45d6f057 编写于 作者: L liuruilong

update development doc

上级 3fd6580e
...@@ -134,6 +134,9 @@ else () ...@@ -134,6 +134,9 @@ else ()
endif () endif ()
if(DEBUGING) if(DEBUGING)
add_subdirectory(test) if(IS_IOS)
else()
add_subdirectory(test)
endif()
endif() endif()
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
### 一. 使用 build.sh 编译 ### 一. 使用 build.sh 编译
```sh ```sh
# 在 paddle-mobile 目录下:
cd tools
sh build.sh ios sh build.sh ios
# 如果只想编译某个特定模型的 op, 则需执行以下命令 # 如果只想编译某个特定模型的 op, 则需执行以下命令
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册