mainpage.dox | mainpage.dox | |||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
@ref FAQ | @ref FAQ | |||
@ref License | @ref License | |||
*/ | */ | |||
/** | /** | |||
@page SourceDistro Source Distribution | @page SourceDistro Source Distribution | |||
You can retrieve the source to ENet by downloading it in either .tar.gz for m | You can retrieve the source to ENet by downloading it in either .tar.gz for m | |||
or accessing the cvs distribution directly. | or accessing the github distribution directly. | |||
The most recent stable release (1.3.3) can be downloaded <a href="http://en et.bespin.org/download/enet-1.3.3.tar.gz">here</a>. | The most recent stable release (1.3.4) can be downloaded <a href="http://en et.bespin.org/download/enet-1.3.4.tar.gz">here</a>. | |||
The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a href="http://enet.bespin.org/download/enet-1. 2.5.tar.gz">here</a> | The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a href="http://enet.bespin.org/download/enet-1. 2.5.tar.gz">here</a> | |||
To access ENet via anonymous CVS, you must use the CVSROOT | You can find the most recent ENet source at <a href="https://github.com/lsa | |||
:pserver:anonymous\@bespin.org:/var/lib/cvs/enet with an empty | lzman/enet">the github repository</a>. | |||
password. | ||||
@code | ||||
$ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet login | ||||
@endcode | ||||
Hit the return key when prompted for a password. | ||||
@code | ||||
$ cvs -z3 -d :pserver:anonymous@bespin.org:/var/lib/cvs/enet co -l . | ||||
$ cvs -z3 co enet | ||||
@endcode | ||||
This 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 @ref MailingList. | ||||
*/ | */ | |||
/** | /** | |||
@page MailingList ENet Mailing List | @page MailingList ENet Mailing List | |||
The <a href="http://lists.cubik.org/mailman/listinfo/enet-discuss">enet-dis cuss</a> list is for discussion of ENet, including bug reports or feature r equests. | The <a href="http://lists.cubik.org/mailman/listinfo/enet-discuss">enet-dis cuss</a> list is for discussion of ENet, including bug reports or feature r equests. | |||
*/ | */ | |||
End of changes. 3 change blocks. | ||||
19 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |