On Friday 19 May 2006 19:40, Ladislav Michnovič wrote:
> Hello.
>  I am probably asking embarrassing question, but how can I get from
> svn "compilation ready" complete source? I'm not very friendly with
> svn. I downloaded licq tree from http://svn.licq.org/svn/branches/ but
> the plugins are missing. I found an empty directory
> http://svn.licq.org/svn/trunk/licq/plugins/. I'm not sure what
> everything I have to download and I don't even know in which
> directories I should look for. On licq.org I can find only one year
> old cvs daily tarball. Thank you for answer.

You most proably want licq from trunk, not from a branch. If you go to 
http://www.licq.org/daily.php you'll find a link to a current svn snapshot 
(http://licq.sf.net/licq-daily.tar.bz2). Download it, unpack it and then 
run "svn update" in the unpacked directory to get up to date. 

Per default, only the qt-gui and msn plugins are available. If you want one of 
the others, do this:
cd licq-<date>/plugins/<plugin name>
svn co http://svn.licq.org/svn/trunk/$(basename $(pwd)) .
(don't miss the dot at the end)

If you want the branch where the development of the next generation licq is 
done, you'll find information about that here: 
http://article.gmane.org/gmane.network.licq.devel/3714

// Erik

-- 
If the designers of X-Windows built cars, there would be no fewer 
than five steering wheels hidden about the cockpit, none of which 
followed the same principles -- but you'd be able to shift gears 
with your car stereo. Useful feature, that. 
  -- Marus J. Ranum, Digital Equipment Corporation

Erik Johansson
http://ejohansson.se


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to