[Tutorial Doc] add tutorial for how to use c and c sharp api (#1392)

* add tutorialfor how to use c and c sharp api

* update english doc

* update doc

* update doc

* update doc

* update doc

* update doc
This commit is contained in:
chenjian
2023-02-28 21:29:44 +08:00
committed by GitHub
parent c8bcada1a2
commit 4ee783b1ea
12 changed files with 36 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
[English](README.md) | 中文
# 使用C或C# API进行模型部署
FastDeploy提供了C API以及C# API满足多语言部署的需求这一特性从FastDeploy v1.0.4版本开始进行了支持。默认情况下C API被编译进入了fastdeploy的动态库。
如果希望手动编译FastDeploy并且集成C和C# API进去只需要打开编译开关-DWITH_CAPI=ON, -DWITH_CSHARPAPI=ON。关于如何安装和使用C和C# API可以参考下列文档
- [C API指南](../../c_api/README_CN.md)
- [C# API指南](../../csharp/README_CN.md)