当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 1 Fork 324

fire9 / 字符云监控系统
暂停

forked from xrkmonitor / xrkmonitor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make_env 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
xrkmonitor 提交于 2019-11-25 21:24 . up auto set local ip
# mysql 头文件路径: ${MYSQL_INCLUDE}/mysql/mysql.h
MYSQL_INCLUDE = /usr/include
# mysql 库文件路径: ${MYSQL_LIB}/ libmysqlclient.so
# 如该目录下不存在库, install_dev.sh 脚本会尝试探测
MYSQL_LIB = /usr/lib64
# 监控系统公共库安装路径,请勿在路径后加空格, = 符号两边需要空格
# 如自行指定位置, 请先创建相应目录, 否则 install_dev.sh 脚本会自动修改
MTLIB_INCLUDE_PATH = /usr/include
MTLIB_LIB_PATH = /usr/lib64
# 监控系统公共库是否使用动态链接方式, 默认不使用动态库
USE_DLL_COMM_LIB = yes
#USE_DLL_COMM_LIB = no
# 编译库 - gcc/g++ 编译通用选项
# - debug 模式编译库代码选项
CFLAGS_LIB = -std=gnu90 -g -fPIC -fno-exceptions -Wall -Wsign-compare -Wno-strict-aliasing
CXXFLAGS_LIB = -std=gnu++98 -g -fPIC -fexceptions -Wall -Wno-ctor-dtor-privacy -Wno-init-self -Wno-misleading-indentation
# - release 模式编译库代码选项
# CFLAGS_LIB = -O2 -fPIC -fno-exceptions -Wall -Wsign-compare -Wno-strict-aliasing
# CXXFLAGS_LIB = -O2 -fPIC -fexceptions -Wno-ctor-dtor-privacy
# 编译程序 - gcc/g++ 编译通用选项
# - debug 模式编译程序选项
CXXFLAGS = -std=gnu++98 -g -Wall -Wno-ctor-dtor-privacy -Wsign-compare -Wno-init-self -Wno-misleading-indentation -lrt -Wl,-rpath=/home/mtreport/xrkmonitor_lib
# - release 模式编译程序选项
#CXXFLAGS = -std=gnu++98 -O2 -Wall -Wsign-compare -Wno-ctor-dtor-privacy -Wno-init-self -Wno-misleading-indentation -lrt -Wl,-rpath=/hme/mtreport/xrkmonitor_lib
C/C++
1
https://gitee.com/fire9/open.git
git@gitee.com:fire9/open.git
fire9
open
字符云监控系统
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891