diff options
Diffstat (limited to 'chapter06/textutils-inst.sgml')
-rw-r--r-- | chapter06/textutils-inst.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter06/textutils-inst.sgml b/chapter06/textutils-inst.sgml new file mode 100644 index 000000000..5ab867a01 --- /dev/null +++ b/chapter06/textutils-inst.sgml @@ -0,0 +1,18 @@ +<sect2> +<title>Installation of Textutils</title> + +<para> +Install Textutuils by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure --prefix=/usr &&</userinput> + <userinput>make &&</userinput> + <userinput>make install &&</userinput> + <userinput>mv /usr/bin/cat /bin</userinput> + +</literallayout></blockquote> + +</sect2> + |