Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/enet-1.1/docs/html/SourceDistro.html @ 13

Last change on this file since 13 was 13, checked in by landauf, 16 years ago

added enet

File size: 2.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>enet: Source Distribution</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.1 -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
13    <li><a href="files.html"><span>Files</span></a></li>
14    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
15  </ul></div>
16<h1><a class="anchor" name="SourceDistro">Source Distribution</a></h1>You can retrieve the source to ENet by downloading it in either .tar.gz form or accessing the cvs distribution directly.<p>
17The most recent stable release (1.1) can be downloaded <a href="http://enet.bespin.org/download/enet-1.1.tar.gz">here</a>.<p>
18To access ENet via anonymous CVS, you must use the CVSROOT :pserver:anonymous@bespin.org:/var/lib/cvs/enet with an empty password.<p>
19<div class="fragment"><pre class="fragment">        $ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet login
20</pre></div> Hit the return key when prompted for a password. <div class="fragment"><pre class="fragment">        $ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet co -l .
21        $ cvs -z3 co enet
22</pre></div><p>
23This will create a CVS directory in the current directory, and with the second command will proceed to check the enet module out of CVS. Any problems with CVS access or request for write access should be sent via email to <a class="el" href="MailingList.html">ENet Mailing List</a>. <hr size="1"><address style="align: right;"><small>Generated on Wed Jun 6 14:33:50 2007 for enet by&nbsp;
24<a href="http://www.doxygen.org/index.html">
25<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.