Windows下通过Cgo调用libdmtx
Github
Archive
Github
Archive
Windows下通过Cgo调用libdmtx
XGFan
/
2023-7-7
type
status
date
slug
summary
tags
category
icon
password
Cgo的准备工作
安装msys2
在MSYS2 MINGW64中将Go的bin加入到path(比如.bashrc
确认go在msys2中是可用的即可
安装工具链
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
选择GCC
可以通过以下代码确认Cgo
Windows编译libdmtx
clone仓库
安装autoconf
开始编译
Cgo调用libdmtx
build出来的exe可以直接生成一张code图片。
Loading...
← Back
↑ Top
Cgo的准备工作
Windows编译libdmtx
Cgo调用libdmtx