Re: Checking out code with SVN
Preston Bezant <[email protected]> Sat, 26 Apr 2008 20:34:12 -0500
| Newsgroups | gmane.comp.kde.gwenview |
|---|---|
| Message-ID | <[email protected]> |
I must be either really dense or something because i followed the instructions down to the 't' and whenever i get passed cmake and try to change to the gwenview directory using "$ cd ./gwenview" it cannot find that folder I also look into the folder i supposedly made and there is nothing but a cmake file and a cmake.txt. What's going on? Aurelien Gateau wrote: > 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 > Gwenview-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/gwenview-general > ------------------------------------------------------------------------- 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 Gwenview-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/gwenview-general