1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
########################
#### For Linux User ####
########################
zhcon can use VGA device on intel machines. Framebuffer device is required for
non-intel machines, and usually gives the best performance.
see /usr/src/linux/Documentation/fb/vesafb.txt for more detials on using
framebuffer device.
1) $ ./configure
2) $ make
3) make sure you are root now then type
$ make install
to install zhcon
You can use ./configure --prefix=/usr to install zhcon into /usr/bin
If you want to debug, use ./configure --enable-debug=yes to turn on debug
info.
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) $ ./configue
2) $ gmake
3) su to root
4) # gmake install
then 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.
|