开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 909|回复: 4
收起左侧

[其它求助] 华子一包求编译个源码

[复制链接]
结帖率:41% (11/27)
发表于 2023-1-23 18:57:23 | 显示全部楼层 |阅读模式   湖南省湘潭市
50精币
新年快乐!回家了 家里电脑环境不支持!

大家帮忙编译一份源码!支持win 系统就行!
https://github.com/zhlynn/zsign  把这套源码编译出来就行 谢谢了!


回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 源码区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 页面申请荣誉值,获得 1点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳
结帖率:98% (50/51)

签到天数: 22 天

发表于 2023-1-23 19:30:49 | 显示全部楼层   重庆市重庆市
我是做不了
回复

使用道具 举报

结帖率:55% (11/20)

签到天数: 2 天

发表于 2023-1-23 19:50:34 | 显示全部楼层   重庆市重庆市
他是 linux   首先 那些个头要换成win的  然后在看其他的API都要换win的
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
回复

使用道具 举报

结帖率:100% (13/13)

签到天数: 6 天

发表于 2023-1-23 19:54:00 | 显示全部楼层   广东省清远市
Compile on Windows/MingW:
Note: These instructions describe how to cross-compile for Windows from Linux. I haven't tested these steps compiling for Windows from Windows, but it should mostly work.

These instructions assume that mman-win32, zsign, and openssl are all sibling directories
回复

使用道具 举报

结帖率:100% (13/13)

签到天数: 6 天

发表于 2023-1-23 19:55:55 | 显示全部楼层   广东省清远市

**Compile on Windows/MingW:
Note: These instructions describe how to cross-compile for Windows from Linux. I haven't tested these steps compiling for Windows from Windows, but it should mostly work.

These instructions assume that mman-win32, zsign, and openssl are all sibling directories

Install MingW
apt-get install mingw-w64
Build mman-win32
git clone git@github.com:witwall/mman-win32
cd mman-win32
./configure ----cross-prefix=x86_64-w64-mingw32-
make
Build openssl
git clone github.com:openssl/openssl
cd openssl
git checkout OpenSSL_1_0_2s
./Configure --cross-compile-prefix=x86_64-w64-mingw32 mingw64
make

Build zsign
x86_64-w64-mingw32-g++  \
.cpp common/.cpp -o zsign.exe
-lcrypto -I../mman-win32
-std=c++11  -I../openssl/include/
-DWINDOWS -L../openssl
-L../mman-win32
-lmman -lgdi32
-m64 -static -static-libgcc**

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 诚聘英才| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 800073686,邮箱:800073686@b.qq.com
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表