📄 readme
字号:
Generating the README=====================In order to (re)generate the plain ASCII documentation that is found inlilo/README, Perl 4 or 5 must be installed on your system.Just typemake ../READMEto perform the conversion. Note that fairly large amounts of virtual memory(16 MB or more) are allocated during the process.Printing the documentation==========================You need the following programs to generate a printable file from theLaTeX and FIG sources: - LaTeX - fig2dev from the transfig package (optional)The LaTeX translations of the FIG files are already included in thedistribution, so you can print the documentation without fig2dev.WARNING: make spotless removes those pre-built LaTeX files.You can also omit all drawings by typing make dummies . The drawingsare only necessary when processing the technical overview document.To run LaTeX just typemakeLaTeX issues many "Overfull \hbox" warnings. They can be safely ignored.LaTeX will be run repeatedly until it stops issuing the messageLaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.Finally, you have to convert the device-independent file doc.dvi tosomething your printer understands. The actual command to perform thisdepends on your local installation. Example:dvips user | lpr(Another way is to use GhostScript. To generate HP DeskJet output byconverting the DVI file to PostScript as an intermediate step, use thiscommanddvips -r1 -f1 user | gs -q -sDEVICE=deskjet -sOutputFile=/dev/lp1 -gs -h lists all configured drivers.)If you don't have access to LaTeX but if you can print PostScript, youshould get the file(s) lilo.<part>.<version>.ps.gz from the same placewhere you've obtained lilo.<version>.tar.gz That file contains thedocument user.tex (<part> = u) or tech.tex (<part> = t) already translatedto PostScript.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -