📄 install
字号:
$Id: INSTALL,v 1.1.1.1 2001/08/20 18:10:54 kas Exp $The installation of this program is pretty straightforward:0. PREREQUISITIES==============You will need the following libraries to compile this program:- GTK+ >= 1.2 (tested on 1.2.10)- glib >= 1.2 (tested on 1.2.10)You will need both the libraries (either in static or dynamic form),and their header files (which may not be installed on your systemby default; for example, check for gtk+-devel, glib-devel and XFree86-develpackages on Red Hat Linux or Mandrake Linux). This also assumes that the"gtk-config" command is in your PATH.The source of screentest is available at the screentest homepage: http://www.fi.muni.cz/~kas/screentest/Alternative location is the author's FTP directory: ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/screentest/You will also need the ISO C9x-compliant C compiler. This program usesISO C9x-style structure initializers, so this is a NECESSARY CONDITION.You can use for example gcc-2.9x compiler, which is available on mostUnices.The build process has been tested on Red Hat Linux 7.1 system (www.redhat.com),but should work on any recent version of UNIX-compatible system.1a. BUILDING/INSTALLING ON RPM-BASED SYSTEM=======================================You will need the rpm-build package installed on your system.Then (probably as root) run the following command: rpm -ta screentest-<version>.tar.gzIf everything works OK, the file /usr/src/redhat/RPMS/<arch>/screentest-<version>-<rel>.<arch>.rpmwill be created. Then you can (as root) install it using the following command: rpm -Uvh /usr/src/redhat/RPMS/<arch>/screentest-<version>-<rel>.<arch>.rpmThe <arch> is usually "i386", the <rel> is usually "1" and <version> is theversion of this program.1b. PREPARING THE SOURCES=========================Unpack the distribution using the following command: zcat screentest-<version>.tar.gzChange the directory to the source directory: cd screentest-<version>Set it up for your system: ./configureYou can run "./configure --help" for details of the configuration process.2. COMPILING THE PROGRAM========================Run "make". This will compile the "screentest" and "screentest.static"programs. Since the programs are standalone, you can now verify theirfunction by running them in the current directory ("./screentest" or"./screentest.static" commands).3. INSTALLING=============Run "make install".4a. IF YOU LIKE IT==================This program is postcardware. Read the top of the file "COPYING" and sendme a postcard, if you want. Let me know on what system you have tested it,so I can estimate the userbase and portability of the program.4b. IF YOU DON'T LIKE IT========================Please let me know what can I do for improving screentest. Use thee-mail <kas@fi.muni.cz>. If you want to add new modes, see the NEW_TESTSfile for details. Hope you find this program useful.-Jan "Yenya" Kasprzak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -