Beman Dawes 25 лет назад
Родитель
Сommit
2cd8008676
1 измененных файлов с 20 добавлено и 6 удалено
  1. 20 6
      libs/libraries.htm

+ 20 - 6
libs/libraries.htm

@@ -80,11 +80,25 @@ other headers each boost header includes.</p>
     from Dietmar Kühl.</li>
 </ul>
 <h2><a name="Download">Download</a></h2>
-<p>You may <a href="../boost_all.zip">download all of boost</a> as a single ZIP
-file.&nbsp; As many boost headers include other boost headers, installing one at
-at time is painful. This is a first try at making installation easier.&nbsp;</p>
-<p>If you don't already have a ZIP file decoder, download one from the <a href="http://www.info-zip.org/pub/infozip/">Info-ZIP</a>
-web site.</p>
+<h3>.zip file</h3>
+<p>You may <a href="../boost_all.zip">download all of boost</a> as a single
+boost_all.zip file.&nbsp; As many boost headers include other boost headers, installing one at
+at time is painful. This is a first try at making installation easier.</p>
+<p>If you don't already have a .zip file decoder, download one from the <a href="http://www.info-zip.org/pub/infozip/">Info-ZIP</a>
+web site. The .zip format is used for distribution because there are free
+decoders and encoders available for many, many different platforms. Many commercial
+compress/archive utilities also support this format.</p>
+<p>Hint: A Linux user reports his decoder first required renaming boost_all.zip
+to boost_all.ZIP.</p>
+<h3>CVS archive</h3>
+<p>For those who have CVS installed, the libraries can also be downloaded from
+the public CVS repository. The general procedure goes something like this:</p>
+<blockquote>
+  <pre>cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost login
+  [Hit &lt;return&gt; when it asks for a password]
+cvs -z3 -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost checkout boost
+cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost logout</pre>
+</blockquote>
 <h2>Installing Boost Libraries</h2>
 <p>Many boost libraries are implemented entirely within their header
 files.&nbsp; The only preparation for their use is to add the path for the
@@ -103,7 +117,7 @@ require compilation on your system to link properly.&nbsp; Boost does not
 currently have an overall &quot;build&quot; or &quot;make&quot; mechanism in
 place.</p>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->10 Nov 2000<!--webbot bot="Timestamp" endspan i-checksum="15233" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->29 Nov 2000<!--webbot bot="Timestamp" endspan i-checksum="15252" --></p>
 
 </body>
 

粤ICP备19079148号