tools-ocr icon indicating copy to clipboard operation
tools-ocr copied to clipboard

跨平台为什么没有Linux下的Release

Open jahentao opened this issue 6 years ago • 5 comments

如题

jahentao avatar Apr 02 '19 04:04 jahentao

需要自行编译,目前没有 Linux 机器

AnyListen avatar Apr 02 '19 11:04 AnyListen

需要自行编译,目前没有Linux机器

想问下这个要怎么编译呢

Coder-21Hertz avatar Oct 14 '19 12:10 Coder-21Hertz

linux下可以直接使用 dmg 包里面编译好的 jar 包,操作如下。 下载 treehole-1.2.0.dmg ,解压出里面的 treehole/treehole.app/Contents/Java 文件夹。 在自己的发行版中用包管理器安装 java 运行环境以及其 openjfx 库(我只试过 java1.8) 然后执行

java -jar <路径>/treehole-1.2.0-jfx.jar

就可以用了。


另外,在 archlinux 里面,我已经写好 PKGBUILD 打包传到了 aur 方便直接使用,可以用 yay 等工具直接安装,包名是 treehole-ocr

yay -S treehole-ocr

fkxxyz avatar Nov 14 '19 08:11 fkxxyz

archlinux 的包可否更新一下? @fkxxyz

vio1etus avatar May 04 '20 12:05 vio1etus

有CentOS的linux但是我没有测试过,请到action下载 https://github.com/litongjava/tools-ocr/actions/runs/6983502464

litongjava avatar Nov 24 '23 23:11 litongjava