1 Star 0 Fork 0

XiangChenChen/matiec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.build 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
nucleron 提交于 2016-05-06 13:53 . Signed-off-by: nucleron main@nucleron.ru
Compile/Build
=============
1) Compiling under Linux
------------------------
$ autoreconf -i
$ ./configure
$ make
2) Cross-Compiling under Linux, for Windows
-------------------------------------------
$ ./configure --host=i586-pc-mingw32
(or, to use static linking, which does not require installing any mingw dll's on windows)
$ ./configure --host=i586-pc-mingw32 LDFLAGS="-static"
$ make
Maintaining the Build Environment
=================================
-> Add new files to Makefile.am or add a new makefile
$ autoreconf
-> Prepare clean project
$ make distclean
-> Remember to add these files to your .hgignore
Makefile
config.*
*.a
.deps
-> Send me TODO list to complete build system.
matteo.facchinetti@sirius-es.it
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xiangchenchen/matiec.git
git@gitee.com:xiangchenchen/matiec.git
xiangchenchen
matiec
matiec
master

搜索帮助