2022.8.11
(Automated Release by Github Actions / 由 GitHub CI/CD 自动发布)
-
branch
refs/heads/master
-
commit
7ed08a1bee8827a68280b1f7fa51192d7040127c
-
message
[release] cihou roy pyramid
-
version
2022.8.11
-
Windows: After download, extract the zip file to a directory, then double-click the file
000_start.bat
in that directory to start our application. Alternatively you may manually runzenoedit.exe
. If you encounter bugs, please let us know by submitting a Github Issue, thank for your support! -
Linux: Our released binary support Ubuntu 18.04 and above (glibcxx >= 3.4.26, glibc >= 2.14), otherwise please build from source. Extract the downloaded tar.gz to a directory, then run
bash 000_start.sh
in that directory to start our application. Alternatively you may manually runusr/bin/zenoedit
in there. Trychmod +x usr/bin/*
if they don't have execute permission. -
Windows: 下载后,把 zip 文件解压到一个目录,然后双击其中的
000_start.bat
这个文件,即可启动我们的程序。此外您也可以找到zenoedit.exe
直接双击运行。如果您遇到了 BUG,请通过提交 Github Issue 的方式来反馈给我们, 感谢您的支持! -
Linux: 我们发布的二进制版支持 Ubuntu 18.04 以上的系统 (glibcxx >= 3.4.26, glibc >= 2.14),否则请从源码构建。把下载的 tar.gz 文件解压到一个目录,然后在那个目录中运行命令
bash 000_start.sh
即可启动我们的程序。此外您也可以直接运行其中的usr/bin/zenoedit
。如果遇到没有执行权限的问题可以试试看chmod +x usr/bin/*
。