| 12 | | <h2>CVS snapshots</h2> |
| 13 | | <p>CVS snapshots, in addition to anonymous CVS (see below), are available daily. If you want to participate in development and get full CVS access, please ask <a href="mailto:jon@licq.org">Jon</a>.</p> |
| 14 | | <p>If you want to know what has changed in every detail, you should subscribe to the Licq CVS commit mailinglist.To do so, write an email to <a href=" mailto:licq-cvs-request@lists.sourceforge.net">licq-cvs-request@lists.sourceforge.net</a> and put 'subscribe' in the subject.</p> |
| | 12 | <h2>SVN snapshots</h2> |
| | 13 | <p>SVN snapshots, in addition to anonymous SVN (see below), are available daily. If you want to participate in development and get full SVN access, please ask <a href="mailto:jon@licq.org">Jon</a>.</p> |
| | 14 | <p>If you want to know what has changed in every detail, you should subscribe to the <a href="https://lists.sourceforge.net/lists/listinfo/licq-cvs">Licq CVS commit mailinglist</a>. To do so, write an email to <a href=" mailto:licq-cvs-request@lists.sourceforge.net?subject=subscribe">licq-cvs-request@lists.sourceforge.net</a> and put 'subscribe' in the subject.</p> |
| 40 | | the regularly generated CVS snapshots. See above for details.</p> |
| 41 | | <p>Login to the anonymous CVS server by typing</p> |
| 42 | | <pre> |
| 43 | | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq login |
| 44 | | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq co <modulename> |
| 45 | | </pre> |
| 46 | | <p>the requested password is empty, just type return.</p> |
| 47 | | <p>You can checkout the following modules: |
| 48 | | <ul> |
| 49 | | <li>licq</li> |
| 50 | | <li>licq-data</li> |
| 51 | | <li>licq-plugins</li> |
| 52 | | </ul> |
| 53 | | <p>You have to run |
| 54 | | <pre> make -f Makefile.cvs</pre><p>to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.<br> |
| 55 | | The recommended ~/.cvsrc for CVS usage is: |
| 56 | | <pre> |
| 57 | | cvs -l -z4 -q |
| 58 | | diff -u1 -b -p |
| 59 | | update -dP |
| 60 | | checkout -P |
| 61 | | </pre></p> |
| 62 | | <p>If you experience any unusual problems, please inform me. |
| | 39 | the regularly generated SVN snapshots (see above for details).</p> |
| | 40 | |
| | 41 | <p>Checkout the latest version of Licq and the most common plugins with:</p> |
| | 42 | <pre> # svn co http://svn.licq.org/svn/trunk/licq</pre> |
| | 43 | |
| | 44 | <p>You have to run</p> |
| | 45 | <pre> # make -f Makefile.cvs</pre> |
| | 46 | <p>to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.</p> |
| | 47 | <p>If you experience any unusual problems, please inform me.</p> |