View Single Post
  #13 (permalink)  
Old January 27th, 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

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

Code:
svn update ; ./build-and-run


To now change Phex to always prefer Phex, just open the following file from the phex folder in your text editor and change the section I named in the earlier post:

src/main/java/phex/host/CaughtHost.java

And you can run ./build-and-run to run it.

Voilą, your own modified Phex version
__________________

-> 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