install

来自「zhcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端」· 代码 · 共 47 行

TXT
47
字号
############################ For Linux User ############################zhcon can use VGA device on intel machines. Framebuffer device is required fornon-intel machines, and usually gives the best performance.see /usr/src/linux/Documentation/fb/vesafb.txt for more detials on usingframebuffer 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 ###############################!!!Please note at this point the BSD support is broken!!!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 + -
显示快捷键?