Re: Checking out code with SVN

Aurelien Gateau <[email protected]> Fri, 25 Apr 2008 11:08:49 +0200
Newsgroups gmane.comp.kde.gwenview
Message-ID <5d196c79e34cfad5fb25abfe3365a7c9@localhost>
On Thu, 24 Apr 2008 21:21:23 -0500, Preston Bezant <[email protected]> wrote:
> First off, I'm new to the development side of open source so please
> forgive me for my ignorance.
> I'm trying to check out the source code for gwenview 2.0 off of the KDE
> svn using eclipse. Eclipse lets me browse and "import" the folder from
> the server but when i try to open the project nothings there! I tried to
> do the subversion how to on the gwenview site but that didn't work as
> well. Is there a tutorial on how to check out gwenview2 code using
> eclipse?

Hello,

Documentation on the site is for Gwenview 1.4. I need to update it to include doc
for Gwenview 2 there.

I don't use Eclipse, but here is how to checkout and build Gwenview 2.x using the
command line, assuming you have kdelibs4 devel packages installed.

# Checkout the whole kdegraphics module (Let's say in ~/kdegraphics):
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics

# Create a build dir (Let's say ~/build)
mkdir ~/build

cd ~/build

# Configure Gwenview
cmake -DCMAKE_BUILD_TYPE=DebugFull ~/kdegraphics

cd gwenview

make

The compiled Gwenview binary should now be in ~/build/gwenview/app/

Hope this helps.
Aurélien




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Gwenview-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gwenview-general