README
上传用户:hengzhunsh
上传日期:2013-09-07
资源大小:19k
文件大小:2k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. 1. OVERVIEW
  2.     fbv (FrameBuffer Viewer) is a simple program to view pictures on
  3.   a linux framebuffer device. In 2000, when fbv was created, there
  4.   were no other situable programs performing the same task, so the
  5.   authors decided to follow the rule: 'If you need a tool - write
  6.   it yourself!' :-)
  7. 2. REQUIREMENTS
  8.   - Linux, configured to provide the framebuffer device interface
  9.     (/dev/fb0 or /dev/fb/0)
  10.   - libungif for GIF support
  11.   - libjpeg for JPEG support
  12.   - libpng for PNG support
  13. 3. INSTALLATION
  14.   - unpack the archive (you've propably already done it)
  15.   - run ./configure
  16.   - type: make
  17.   - type: make install
  18.   - enjoy...
  19. 4. USAGE
  20.     Just run fbv without any arguments, and a short help message
  21.   will appear...
  22. 5. AUTHORS
  23.   Tomasz 'smoku' Sterna <tomek@smoczy.net>
  24.   Mateusz 'mteg' Golicz <mtg@elsat.net.pl>
  25.   
  26.   Feel free to send any comments, patches, bugfixes, suggestions, etc. The
  27.   authors are not native english speakers, and they are aware of the fact
  28.   that their english is far from perfect. Because of that, reports on
  29.   grammar and vocabulary mistakes in this file are also welcome.
  30. 6. BUGS & TODO
  31.   - the code is really awfully formated and requires some fixes...
  32.   - the english in messages is not the best at all :-)
  33. 7. ACKNOWLEDGEMENTS
  34.   - the fbset authors: some code in fb_display.c is based on it...
  35.   - Nat Ersoz - for his suggestions and bugfixes
  36.   - Mauro Meneghin - for the transparent GIF support
  37.   - Marcin 'Piaskowy' Zieba - for his minor bugfixes
  38.   - Mariusz 'Ma-rYu-sH' Witkowski - for his suggestions on alpha
  39.         channel support and testing
  40. 8. LICENSE
  41.   The package is licensed under the GNU GPL license, version 2.
  42.   Obtain your copy at http://www.gnu.org.