| 1 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html><head> |
|---|
| 2 | <title>Licq snapshots</title><META HTTP-EQUIV="Expires" CONTENT="3600"></head> |
|---|
| 3 | <body bgcolor="285078" link="ffd700" text="white"> |
|---|
| 4 | <div align="left"><img alt="Licq snapshots" border="0" width="400" height="80" src="header-snapshots.gif"></div><div align="justify"><h2>CVS snapshots</h2>There are CVS snapshots in addition to anonymous CVS (see below) available, which are released daily. If you want to participate development and get full CVS access, please ask <a href="mailto:jon@licq.org">Jon</a>.</div> |
|---|
| 5 | <p>If you want to know what has changed in every detail, you should subscribe to the <a href="http://trac.licq.org/wiki/MailingList">Licq commit mailinglist</a>.</p> |
|---|
| 6 | <p>Brief summary of changes for the last week: |
|---|
| 7 | <pre><!--#include file="./xlog.html"--></pre> |
|---|
| 8 | <p> |
|---|
| 9 | <div align="justify"> |
|---|
| 10 | You can download the current Licq snapshot <a href="licq-daily.tar.bz2">licq-20041015</a>.<br> |
|---|
| 11 | <p>Remember, these are development versions, so they might have new and untested features or contain bugs. They might not even compile, so use them at your own risk. |
|---|
| 12 | <p>Please join the <a href="http://trac.licq.org/wiki/MailingList">Licq development mailinglist</a> when you use the snapshots regularly. |
|---|
| 13 | You should report problems with the snapshots or |
|---|
| 14 | discuss feature requests / patches there.</div><p>If there is a problem with the snapshot itself, please tell <a href="mailto:jon@licq.org">me</a>. <hr> |
|---|
| 15 | <p><h2>Anonymous CVS</h2> |
|---|
| 16 | <div align="justify">Thanks to Billy Biggs, there is now an anonymous CVS server available. Which is now being kept on SourceForge. |
|---|
| 17 | The anonymous CVS server is read-only. If you have installed the cvs binary, |
|---|
| 18 | you can use it to easily keep up to date with bleeding edge Licq development. This is |
|---|
| 19 | <b>only</b> intended for those who have at least basic knowledge in CVS usage |
|---|
| 20 | or those who want to figure it out on their own. All others are strongly recommended to use |
|---|
| 21 | the regularly generated CVS snapshots. See above for details. |
|---|
| 22 | <p>Login to the anonymous CVS server by typing |
|---|
| 23 | <pre> |
|---|
| 24 | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq login |
|---|
| 25 | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq co <modulename> |
|---|
| 26 | </pre>the requested password is empty, just type return.<p>You can checkout the following modules: |
|---|
| 27 | <ul><li>licq</li> |
|---|
| 28 | <li>licq-data</li> |
|---|
| 29 | <li>licq-plugins</li> |
|---|
| 30 | </ul> |
|---|
| 31 | You have to run <pre>make -f Makefile.cvs</pre> to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.<br> |
|---|
| 32 | The recommended ~/.cvsrc for CVS usage is:<pre>cvs -l -z4 -q |
|---|
| 33 | diff -u1 -b -p |
|---|
| 34 | update -dP |
|---|
| 35 | checkout -P |
|---|
| 36 | </pre></div>If you experience any unusual problems, please inform me.<hr> |
|---|
| 37 | last modified: Fri Oct 15 10:25:11 2004 JST |
|---|
| 38 | </body></html> |
|---|