install
来自「linux文本方式下的外挂中文环境,很好用,有源码.功能很全.我都用它」· 代码 · 共 45 行
TXT
45 行
############################ For Linux User ############################First, make sure you have your kernel compiled with framebuffer supportthis version can only work with 8bpp, 15bpp, 16bpp, 24bpp, and 32bpp modeother color depth need libggi supported.see /usr/src/linux/Documentation/fb/vesafb.txt for more detials onusing framebuffer device.1) $ ./configure2) $ make3) make sure you are root now then type $ make install to install zhconYou can use ./configure --prefix=/usr to install zhcon into /usr/binIf you want to debug, use ./configure --enable-debug=yes to turn on debuginfo.after install you can type zhcon to use.enjoy!############################### For FreeBSD User ###############################First, make sure you have installed gmake, or GNU Make.The FreeBSD's make/pmake may work, but I don't promise that.Then:1) $ ./configue2) $ gmake3) su to root4) # gmake installthen type zhcon to enjoy :)NOTICE AGAIN: Use gmake, not make!!You can adjust screen resolution and/or color depth(only for FreeBSD).Read /etc/zhcon.conf for more details.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?