View Single Post
  #2 (permalink)  
Old April 3rd, 2002
Unregistered
Guest
 
Posts: n/a
Default Outdated download

Don't use the packaged sources, they are outdated and have not been maintained since several months).

Use CVS and get a version from the limewire/core and limewire/gui projects, by creating two projects in your cvsroot directory: core and limewire.
then:
cd core ; ant clean ; ant ; buildCoreJar
cd ../gui ; ant clean ; ant

start the compiled version with "run" in the gui folder.