| 
					
				 | 
			
			
				@@ -49,11 +49,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     packages.  Installing three packages for testing purposes may seem 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     excessive, but it is very reassuring, if not essential, to know that the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     most important tools are working properly. These packages are required 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    to run the test suites in <xref linkend="chapter-building-system"/>.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    to run the test suites in this chapter.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <para>Note that the Tcl package used here is a minimal version needed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--    <para>Note that the Tcl package used here is a minimal version needed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     to run the LFS tests.  For the full package, see the   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <para>First, unpack the documentation by issuing the following command:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<screen><userinput remap="pre">tar -xf ../tcl8.6.10-html.tar.gz --strip-components=1</userinput></screen> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <para>Prepare Tcl for compilation:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -106,6 +110,10 @@ unset SRCDIR</userinput></screen> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     This is not mandatory for the remainder of LFS, but may be needed in case a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     package built later uses Tcl.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <para>To test the results, issue:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<screen><userinput remap="test">make test</userinput></screen> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <para>Install the package:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <screen><userinput remap="install">make install</userinput></screen> 
			 |