Update Create_Plugin

This commit is contained in:
Aline Gondim Santos 2020-11-16 14:52:24 -05:00
parent 8971177646
commit f1af1d0a96
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ If all is completed successfully, the plugin may be build, installed, and loaded
* use ffmpeg and opencv from ring-daemon project. * use ffmpeg and opencv from ring-daemon project.
* if using tensorflow, choose version 2.1.0. Why? * if using tensorflow, choose version 2.1.0. Why?
* We have all needed header files of tensorflow 2.1.0 in <jami-plugins>/contrib/libs.tar.gz; * We have all needed header files of tensorflow 2.1.0 in <jami-plugins>/contrib/libs.tar.gz;
* We disponibilize docker images with libraries for Tensorflow C++ API and Tensorflow * We provide docker images with libraries for Tensorflow C++ API and Tensorflow
Lite, for both Android and Linux development. Lite, for both Android and Linux development.
* if you need other libraries, check if we support it's build with ring-daemon project, * if you need other libraries, check if we support it's build with ring-daemon project,
otherwise, you will have to build it and ensure correct link to the plugin libraries. otherwise, you will have to build it and ensure correct link to the plugin libraries.