-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a general framework for doc in how_to_use_capi. #385
Conversation
赞这个文档。
|
@hedaoyuan 这个PR会继续开发,README 我来继续写完。最近就搞定。 |
ed975ac
to
d0f6c54
Compare
d0f6c54
to
1ab8085
Compare
We will need English documentation. It could be in this PR, or a future PR. For some old PRs in the PaddlePaddle/mobile repo, it was me who added the English document. It would be better if the original author can give an English draft, and I can help polish them. |
@wangkuiyi We will have a discussion with @hedaoyuan and @qingqing01 in this week to better organize this documentation and finally move it into the PaddlePaddle repo. We will add the English version documentation into the plan. @hedaoyuan gave us some suggestions to re-organize the documentation to make it more informative by explaining the programming model and core concepts in PaddlePaddle rather than just copying our example codes. The outline and contents of this documentation will further be re-organized in the next PR. |
make | ||
make install | ||
``` | ||
其中,`DEST_ROOT` 表示编译得到的动态链接库和头文件的存储目录。`PADDLE_ROOT` 表示 PaddlePaddle 源码所在目录。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是否可以把每个选项的意思介绍一下,比如WITH_PYTHON=OFF
为什么要关掉,WITH_AVX
是该打开还是该关闭等
resolve #372