📄 readme.1st
字号:
Plugs=====The dlxview homepage is at http://yara.ecn.purdue.edu/~teamaaa/dlxview/If you manage to have fun with any of this stuff, please let us know.Requirements============This program requires tcl7.4 / tk4.0 (or later) and X11. Also, using theGNU gcc compiler is _strongly_ recommended (this obviates differing ccconsiderations).Installing It=============To install the program, edit the 5 makefile variables in "Makefile" topoint to their appropriate paths: TCL_LIB = /usr/local/lib TCL_INC = /usr/local/include X_LIB = /opt/x11r5/lib X_INC = /opt/x11r5/include DEST = TCL_LIB is the directory path containing the tcl/tk library files. TCL_INC is the directory path containing the tcl/tk header files. X_LIB is the directory path containing the X11 library files. X_INC is the directory path containinh the X11 header files. DEST is the existing destination directory you would like the executable and support files to be installed.Uncomment the CPPFLAGS variable if you are using Tk4.0.The LLIBS variable may also need to be modified for some systems to linkwith the required libraries. The default should work for most systems;Solaris requires "-lsocket" be added. Tk4.1 and newer also to require the-ldl flag.Then type "make" to build the "dlxview" executable. Typing "make install"will install the executable and its related test and sample input files toan existing destination directory.Notes=====On some systems, such as SunOS 4.1.1, setting the TCL_LIBRARY environmentvariable to the directory containing the file "init.tcl" may be required.A 256 color display with a resolution of at least 1024x768 is required fordlxview to display properly. Programs which bind the colormap (such asNetscape) may also cause problems when running concurrently.This package has been tested on Solaris 2.3 with gcc version 2.7.2 runningX11R5 and Linux kernel 1.2.13 with gcc version 2.7.0 running X11R6.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -