% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Readline package is a set of libraries that offers command-line editing and history capabilities. @y Readline パッケージはコマンドラインの編集や履歴管理を行うライブラリを提供します。 @z @x Installation of Readline @y &InstallationOf1;Readline &InstallationOf2; @z @x The following patch contains updates from the maintainer. The maintainer of Readline only releases these patches to fix serious issues: @y 以下のパッチは種々のバグを修正するものとしてアップストリームにより提供されているものです。 Readline のアップストリームでは重要な問題に対するパッチのみをリリースしています。 @z @x Reinstalling Readline moves the old libraries to <libraryname> and a linking bug may occur in ldconfig. Prevent this with the following seds: @y Readline を再インストールすると古いライブラリを <libraryname> に移動させるため ldconfig においてバグが発生します。 以下の sed コマンドを実行してこれを解消します。 @z @x Prepare Readline for compilation: @y &PreparePackage1;Readline &PreparePackage2; @z @x Compile the package: @y &CompileThePackage; @z @x This package does not come with a test suite. @y &NotExistTestsuite; @z @x Install the package: @y &InstallThePackage; @z @x Now move the static libraries to a more appropriate location: @y スタティックライブラリを適切なディレクトリに移動します。 @z @x Next, relink the dynamic libraries into /usr/lib and remove the .so files in /lib. @y ダイナミックライブラリに対する /usr/lib へのリンクを再生成します。 そして /lib にある .so ファイルは削除します。 @z @x Contents of Readline @y &ContentsOf1;Readline &ContentsOf2; @z @x Installed libraries Installed directories @y &InstalledLibrary; &InstalledDirectory; @z @x libhistory.[a,so], libreadline.[a,so] /usr/include/readline, /usr/share/doc/readline-&readline-version;, /usr/share/readline @y libhistory.[a,so], libreadline.[a,so] /usr/include/readline, /usr/share/doc/readline-&readline-version;, /usr/share/readline @z @x Short Descriptions @y &ShortDescriptions; @z @x libhistory Provides a consistent user interface for recalling lines of history @y 入力履歴を適切に再現するためのユーザーインターフェースを提供します。 @z @x libreadline Aids in the consistency of user interface across discrete programs that need to provide a command line interface @y コマンドラインインターフェースを提供しているさまざまなコマンドにおいて、適切なインターフェースを提供します。 @z