1 Star 0 Fork 14

peteryoung/百度云示例代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘煜 提交于 2019-12-13 13:54 +08:00 . first commit
.PHONY: all clean
CXXFLAGS = -I aip-cpp-sdk-0.8.1 $(shell pkg-config --cflags jsoncpp libcurl libcrypto)
LDLIBS = $(shell pkg-config --libs jsoncpp libcurl libcrypto)
all: tts
tts: tts.o
$(CXX) $^ -o $@ $(LDLIBS)
clean:
$(RM) tts *.o
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/overcomer/baidu_cloud_example.git
git@gitee.com:overcomer/baidu_cloud_example.git
overcomer
baidu_cloud_example
百度云示例代码
master

搜索帮助