Installation guide / 安装方法
- 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 run zenoedit.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 run usr/bin/zenoedit
in there. Try chmod +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/*
。