Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   Development Open Discussion (https://www.gnutellaforums.com/development-open-discussion/)
-   -   Switching to the svn version of Phex on Ubuntu Linux (https://www.gnutellaforums.com/development-open-discussion/90436-switching-svn-version-phex-ubuntu-linux.html)

arne_bab January 28th, 2009 12:18 AM

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

ihdude June 1st, 2009 01:57 PM

installed. now what?
 
I installed and had phex running and no problems I can't reopen it now that I have closed it. And the download files are not where they are supposed to be I cant find them at all

Lord of the Rings June 1st, 2009 02:00 PM

These details might help to answer your problem: http://www.gnutellaforums.com/new-ph...-you-post.html :)

arne_bab June 2nd, 2009 12:13 AM

Quote:

Originally Posted by ihdude (Post 344139)
I installed and had phex running and no problems I can't reopen it now that I have closed it. And the download files are not where they are supposed to be I cant find them at all

I'll follow LotR here: We need more information to be able to help you. Please see his post for the information what we need.


All times are GMT -7. The time now is 02:14 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.