View Single Post
  #1 (permalink)  
Old January 28th, 2009
arne_bab's Avatar
arne_bab arne_bab is offline
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default Switching to the svn version of Phex on Ubuntu Linux

(adapted from this thread: http://www.gnutellaforums.com/featur...p-vendors.html )

Hi ToNneTje,

Quote:
"Do you build your Phex from subversion?"

No. Even building Phex from subversion sounds difficult to me.

I'm using Ubuntu 8.10.
Since you're using GNU/Linux, it really isn't hard

You just need to open a terminal and do the following few steps.

First step: Getting subversion (for downloading the code) and maven (to build phex):

Code:
sudo apt-get install subversion maven2
Second step: Getting the phex code:

Code:
svn co https://phex.svn.sourceforge.net/svnroot/phex/phex/trunk phex
Third step: Building and Running Phex:

Code:
cd phex
./build-and-run
That's it, you can now always run the bleeding edge version of Phex via the following command (in the phex folder):

Code:
svn update ; ./build-and-run
Voilą, your own bleeding edge Phex version


Notice: Even if ubuntu switches to OpenJDK, you should be able to use sun-jdk (I use it on my Gentoo box):

Code:
sudo apt-get install sun-java6-jdk
The package is in multiverse, though: Ubuntu -- Package Search Results -- sun-java6-jdk
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote