📄 install-vms.me
字号:
.bp.sh 1 "Installing the Interpress Toolkit on VAX/VMS".lpThe library and some of the utilities of the Toolkit run under VAX/VMSusing the VMS VAX-11 C compiler. Since there isn't a standard systemfor spooling \*(IP file on VMS, the print program is called directly..lpThe following instructions describethe files which can be moved and the compile and link order..lp[include].RS.lpall .h files.RE.lp[libip].RS.ip "literal.c" 20- cc literal.c.ip "operator.c" 20- cc operator.c.RE.lp[charset].RS.ip "charset.c" 20- cc charset.c.brlink charset,[libip]literal,[libip]operator.RE.lp[ipfe].RS.ip "ipfe.c" 20- cc ipfe.c.brlink ipf.RE.lp[iptotext].RS.ip "iptotext.c" 20- cc iptotext.c.brlink iptotext.RE.lp[maha].RS.ip "maha.c" 20- cc maha.c.br- link maha,[libip]literal,[libip]operator.sp(NOTE: Like the UNIX version of maha, the output fileis spooled directly to the printer. This sectionof code will have to be modified depending uponyour own requirements.The VMS symbol MAHAENV has been substituted forthe UNIX environment variable MAHA due to restrictions in VMS symbol names. This symbolcan be used to store commonly used commandline arguments.).RE.lp[texttoip].RS.ip "textlex.c" 20- cc textlex.c.sp(NOTE: This is the output from running lex on textlex.l.It is necessary to modify this file for VMSas described in the file textlex.c).ip "texttoip.c" 20- cc texttoip.c.brlink texttoip,textlex,[libip]literal.RE.lpThe resulting executables can be run by establishing VMS symbols as follows:.(l charset == "$dev:[dir]charset.exe" iptotext == "$dev:[dir]iptotext.exe" maha == "$dev:[dir]maha.exe" texttoip == "$dev:[dir]texttoip.exe".)lFollowing this, the utilities can be invoked identicallyto their UNIX counterparts.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -