1 Star 0 Fork 0

wincsb/resiprocate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.cmake.txt 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
CMake Instructions
==================
This is currently an experiement to see how CMake could be used to build
reSIProcate.
Currently, only the core of rutil and its unit tests are built. This is a proof
of concept...
This was quickly tested on Mac OS, Linux (CentOS) and Windows 7...
To build an _out of tree_ build:
$ mkdir cmake_build # Or any other name
$ cd cmake_build
$ cmake ..
$ make
Once this is built, you can run the unit tests with:
$ ctest
or, for verbose output:
$ ctest -V
If you want to start fresh either delete the out of tree build directory or
delete the CMakeCache.txt file.
Configuration Flags
===================
* This is not fully implemented on all flags yet *
CMake "cached" variables are used to specify options such as whether c-ares
should be used or not. You can get the list and tweak them with:
$ cmake -i ..
You can also set them on the command line like:
$ cmake -DWITH_C_ARES=true ..
Future Considerations
=====================
Installation Packages
---------------------
CMake supports rpm/deb?/NSIS to build installable packages using CPack. If this
built-in support can not be used we could always specify internal build targets
that will run external commands to package the appropriate bundle depending on
the platform.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wincsb/resiprocate.git
git@gitee.com:wincsb/resiprocate.git
wincsb
resiprocate
resiprocate
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385