1 Star 0 Fork 0

wanggang2020/quickfix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.SunOS 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
karopawil 提交于 2017-02-03 00:35 +08:00 . Some information related to SunOS.
I was able to get the 64 bit version of QuickFIX library to compile on Solaris 10 (sparc) with workshop 12.3 compiler.
Unit tests do not compile so these were disabled.
Example script:
#!/bin/sh
./bootstrap
CC=cc CXX=CC CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 configure --prefix="Your prefix"
make && make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanggang2020/quickfix.git
git@gitee.com:wanggang2020/quickfix.git
wanggang2020
quickfix
quickfix
master

搜索帮助