1 Star 0 Fork 0

ljh-gd/paho.mqtt.cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
devenv.sh 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
fmp 提交于 2017-05-10 18:06 +08:00 . Fixed autotools and CMake builds for new files.
#!/bin/bash
#
# devenv.sh
#
# Sets up a development environment for working on the the Paho C++ Library on Linux,
# using the development tree of the Paho C library.
# This is _not_ necessary for building applications against the library once it has
# been installed - it's just for library developers.
#
# Source it into the current shell as:
# $ source devenv.sh
#
PAHO_C_DIR=$(readlink -e ../paho.mqtt.c)
export DEVELOP=1
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PAHO_C_DIR}/build/output:${PWD}/lib
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ljh-gd/paho.mqtt.cpp.git
git@gitee.com:ljh-gd/paho.mqtt.cpp.git
ljh-gd
paho.mqtt.cpp
paho.mqtt.cpp
master

搜索帮助