[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    Re: New Programmer Wanting to Contribute
From:       srinath duraisamy <mail2srinathd () gmail ! com>
Date:       2010-09-20 17:33:22
Message-ID: AANLkTi=wTXpkwsweV_9MJ7BDn61f=KqKRmT8FL_yC1OV () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

Thank you so much for replying.  I tried like you suggested, still it is not
working.

But when I configure it, there are some packages not found. I have added my
configuration output.

Please let me know if I have to install any packages.

cmake -DCMAKE_INSTALL_PREFIX=/home/sri/kopete-install ../kdenetwork
-- Found Qt-Version 4.7.0 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found KDE 4.6 include dir: /home/sri/kde/include
-- Found KDE 4.6 library dir: /home/sri/kde/lib
-- Found the KDE4 kconfig_compiler preprocessor:
/home/sri/kde/bin/kconfig_compiler
-- Found automoc4: /home/sri/kde/bin/automoc4
-- Strigi API needs 'signed char'
-- Found gpgme-config at /usr/bin/gpgme-config
-- Found gpgme v1.2.0, checking for flavours...
--  Found flavour 'vanilla', checking whether it's usable...yes
--  Found flavour 'pthread', checking whether it's usable...yes
--  Found flavour 'pth', checking whether it's usable...yes
-- Usable gpgme flavours found:  vanilla pthread pth
-- Could NOT find TELEPATHY_QT4  (missing:  TELEPATHY_QT4_LIBRARIES
TELEPATHY_QT4_INCLUDE_DIR)
CMake Warning at
/home/sri/kde/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
(find_package):
  Could not find module FindKTorrent.cmake or a configuration file for
  package KTorrent.

  Adjust CMAKE_MODULE_PATH to find FindKTorrent.cmake or set KTorrent_DIR to
  the directory containing a CMake configuration file for KTorrent.  The
file
  will have one of the following names:

    KTorrentConfig.cmake
    ktorrent-config.cmake

Call Stack (most recent call first):
  CMakeLists.txt:62 (macro_optional_find_package)

Thanks

Srinath.D




2010/9/20 Luiz Romário Santana Rios <luizromario@gmail.com>

> I saw what you did wrong now: you're running Kopete from your build
> directory, when you should be running it from installation directory (in
> this case, default installation directory, probably /usr).
> 
> That's why I'd also recommend you to install Kopete-trunk somewhere else
> than /usr. Pass the following arg to cmake to do so:
> -DCMAKE_INSTALL_PREFIX=/home/you/kopete-install
> 
> Replace /home/you/kopete-install for a directory of your choice.
> 
> Best regards.
> 
> 2010/9/18 srinath duraisamy <mail2srinathd@gmail.com>
> 
> Hi,
> > 
> > Thanks for replying.  I followed this approach.
> > 
> > mkdir ../kdenetwork-build
> > cd ../kdenetwork-build
> > cmake ../kdenetwork
> > make
> > sudo make install
> > 
> > 
> > What I am doing wrong ?
> > 
> > Any suggestions will be very helpful.
> > 
> > Regards
> > Srinath.D
> > 
> > 
> > 2010/9/17 Luiz Romário Santana Rios <luizromario@gmail.com>
> > 
> > How did you compile Kopete? Did you install it?
> > > 
> > > 2010/9/17 srinath duraisamy <mail2srinathd@gmail.com>
> > > 
> > > Hi,
> > > > 
> > > > Any help.
> > > > 
> > > > 2010/9/14 srinath duraisamy <mail2srinathd@gmail.com>
> > > > 
> > > > Hi,
> > > > > 
> > > > > Thanks for the reply.
> > > > > 
> > > > > I have attached the screen shot. Please let me know what I am doing
> > > > > wrong.
> > > > > 
> > > > > Thanks in advance.
> > > > > 
> > > > > Srinath
> > > > > 
> > > > > 2010/9/14 Побойко Игорь <igor.poboiko@gmail.com>
> > > > > 
> > > > > Hello.
> > > > > > There is no need to pass any command line parameters to kopete.
> > > > > > Could you send a screenshot with with settings->configure?
> > > > > > Regards,
> > > > > > Igor.
> > > > > > 
> > > > > > 2010/9/13 srinath duraisamy <mail2srinathd@gmail.com>
> > > > > > 
> > > > > > Any suggestions ? or have I asked a stupid question ?
> > > > > > > 
> > > > > > > 
> > > > > > > On Mon, Sep 13, 2010 at 12:40 AM, srinath duraisamy <
> > > > > > > mail2srinathd@gmail.com> wrote:
> > > > > > > 
> > > > > > > > Hi All,
> > > > > > > > 
> > > > > > > > I am a c++ programmer, and I also wish to contribute to kopete.
> > > > > > > > 
> > > > > > > > I downloaded and build the kopete. And I run the kopete and tried to
> > > > > > > > creat an IM account, but I am not able to.
> > > > > > > > I followed this document -
> > > > > > > > http://docs.kde.org/development/en/kdenetwork/kopete/getting-started.html
> > > > > > > >  As per the document In the setting->configure window on the left
> > > > > > > > side there should be some icons but in my kopete nothing is \
> > > > > > > > displayed.  I run kopete without any parameters, should I have to \
> > > > > > > > pass any command line parameters. What I am doing wrong?
> > > > > > > > 
> > > > > > > > Any Suggestions will be very helpful. Thanks in advance.
> > > > > > > > 
> > > > > > > > Regards
> > > > > > > > Srinath.D
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Fri, Sep 10, 2010 at 5:07 PM, Mohammed El-Afifi <
> > > > > > > > mohammed_elafifi@yahoo.com> wrote:
> > > > > > > > 
> > > > > > > > > If you already have your KDE development environment in place, just
> > > > > > > > > following the recipe at http://kopete.kde.org/svnaccess.php will
> > > > > > > > > give you the exact modules/directories to checkout for kopete.
> > > > > > > > > 
> > > > > > > > > ------------------------------
> > > > > > > > > *From:* Felix Guzman <guzman.fc@gmail.com>
> > > > > > > > > *To:* kopete-devel@kde.org
> > > > > > > > > *Sent:* Fri, September 10, 2010 2:30:43 PM
> > > > > > > > > 
> > > > > > > > > *Subject:* Re: New Programmer Wanting to Contribute
> > > > > > > > > 
> > > > > > > > > I've setup a KDE development environment in the past. Thinking
> > > > > > > > > about doing it again seems daunting. Is it possible to just \
> > > > > > > > > checkout stuff from an SVN repository?
> > > > > > > > > 
> > > > > > > > > On Fri, Sep 10, 2010 at 6:14 AM, Mohammed El-Afifi <
> > > > > > > > > mohammed_elafifi@yahoo.com> wrote:
> > > > > > > > > 
> > > > > > > > > > I've replied to a similar question several months ago in this
> > > > > > > > > > mailing list, so you might find that mail in the list archive. \
> > > > > > > > > > I'm going to repeat it here for convenience anyway.
> > > > > > > > > > 
> > > > > > > > > > Yes, I know compiling kopete isn't the very straightforward task;
> > > > > > > > > > I've been once there. Fortunately, there're some links on
> > > > > > > > > > http://techbase.kde.org/ to facilitate this task. I recommend you
> > > > > > > > > > to first read \
> > > > > > > > > > http://techbase.kde.org/Getting_Started/Build/KDE4to get a grasp \
> > > > > > > > > > of what libraries(depending on your distro) and initial setup you \
> > > > > > > > > > need to do before building kopete. Probably for a quick checkout, \
> > > > > > > > > > reading http://kopete.kde.org/svnaccess.php will do the trick for \
> > > > > > > > > > you. 
> > > > > > > > > > Then you'll find this link
> > > > > > > > > > http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scriptsand \
> > > > > > > > > > other outgoing links from there very useful for embedding most of \
> > > > > > > > > > the frequently used commands for dealing with KDE build \
> > > > > > > > > > environment into your normal shell setup.
> > > > > > > > > > 
> > > > > > > > > > I can send you a couple of scripts if you opt to. Those scripts
> > > > > > > > > > are simply a compilation of what's described in the
> > > > > > > > > > aforementioned links, , as I know it might seem confusing for the \
> > > > > > > > > > first time for a new user to figure out where each script should \
> > > > > > > > > > reside in your home directory.
> > > > > > > > > > 
> > > > > > > > > > Feel free to post any further problems/questions you may run into
> > > > > > > > > > during setting up your development environment.
> > > > > > > > > > 
> > > > > > > > > > ------------------------------
> > > > > > > > > > *From:* Felix Guzman <guzman.fc@gmail.com>
> > > > > > > > > > *To:* kopete-devel@kde.org
> > > > > > > > > > *Sent:* Fri, September 10, 2010 12:39:09 PM
> > > > > > > > > > *Subject:* Re: New Programmer Wanting to Contribute
> > > > > > > > > > 
> > > > > > > > > > Thank you for both responses, now, is there a link for setting up
> > > > > > > > > > a proper development environment?
> > > > > > > > > > 
> > > > > > > > > > On Fri, Sep 10, 2010 at 3:11 AM, Duncan Mac-Vicar Prett <
> > > > > > > > > > duncan@kde.org> wrote:
> > > > > > > > > > 
> > > > > > > > > > > On Fri, Sep 10, 2010 at 7:42 AM, Felix Guzman <
> > > > > > > > > > > guzman.fc@gmail.com> wrote:
> > > > > > > > > > > > Markus do you have suggestions for smaller tasks?
> > > > > > > > > > > 
> > > > > > > > > > > http://techbase.kde.org/Projects/Kopete/JuniorJobs
> > > > > > > > > > > 
> > > > > > > > > > > --
> > > > > > > > > > > Duncan Mac-Vicar P.
> > > > > > > > > > > _______________________________________________
> > > > > > > > > > > kopete-devel mailing list
> > > > > > > > > > > kopete-devel@kde.org
> > > > > > > > > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > _______________________________________________
> > > > > > > > > > kopete-devel mailing list
> > > > > > > > > > kopete-devel@kde.org
> > > > > > > > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > _______________________________________________
> > > > > > > > > kopete-devel mailing list
> > > > > > > > > kopete-devel@kde.org
> > > > > > > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > _______________________________________________
> > > > > > > kopete-devel mailing list
> > > > > > > kopete-devel@kde.org
> > > > > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > kopete-devel mailing list
> > > > > > kopete-devel@kde.org
> > > > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > > > 
> > > > > > 
> > > > > 
> > > > 
> > > > _______________________________________________
> > > > kopete-devel mailing list
> > > > kopete-devel@kde.org
> > > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > > 
> > > > 
> > > 
> > > 
> > > --
> > > Luiz Romário Santana Rios
> > > 
> > > _______________________________________________
> > > kopete-devel mailing list
> > > kopete-devel@kde.org
> > > https://mail.kde.org/mailman/listinfo/kopete-devel
> > > 
> > > 
> > 
> > _______________________________________________
> > kopete-devel mailing list
> > kopete-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/kopete-devel
> > 
> > 
> 
> 
> --
> Luiz Romário Santana Rios
> 
> _______________________________________________
> kopete-devel mailing list
> kopete-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kopete-devel
> 
> 


[Attachment #5 (text/html)]

Hi,<div><br></div><div>Thank you so much for replying.   I tried like you suggested, \
still it is not working.</div><div><br></div><div>But when I configure it, there are \
some packages not found. I have added my configuration output.  </div> \
<div><br></div><div>Please let me know if I have to install any \
packages.</div><div><br></div><div><div>cmake \
-DCMAKE_INSTALL_PREFIX=/home/sri/kopete-install ../kdenetwork</div><div>-- Found \
Qt-Version 4.7.0 (using /usr/bin/qmake)</div> <div>-- Found X11: \
/usr/lib/libX11.so</div><div>-- Found KDE 4.6 include dir: \
/home/sri/kde/include</div><div>-- Found KDE 4.6 library dir: \
/home/sri/kde/lib</div><div>-- Found the KDE4 kconfig_compiler preprocessor: \
/home/sri/kde/bin/kconfig_compiler</div> <div>-- Found automoc4: \
/home/sri/kde/bin/automoc4</div><div>-- Strigi API needs &#39;signed \
char&#39;</div><div>-- Found gpgme-config at /usr/bin/gpgme-config</div><div>-- Found \
gpgme v1.2.0, checking for flavours...</div> <div>--   Found flavour \
&#39;vanilla&#39;, checking whether it&#39;s usable...yes</div><div>--   Found \
flavour &#39;pthread&#39;, checking whether it&#39;s usable...yes</div><div>--   \
Found flavour &#39;pth&#39;, checking whether it&#39;s usable...yes</div> <div>-- \
Usable gpgme flavours found:   vanilla pthread pth</div><div>-- Could NOT find \
TELEPATHY_QT4   (missing:   TELEPATHY_QT4_LIBRARIES TELEPATHY_QT4_INCLUDE_DIR)  \
</div><div>CMake Warning at \
/home/sri/kde/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32 \
(find_package):</div> <div>    Could not find module FindKTorrent.cmake or a \
configuration file for</div><div>    package KTorrent.</div><div><br></div><div>    \
Adjust CMAKE_MODULE_PATH to find FindKTorrent.cmake or set KTorrent_DIR to</div><div> \
the directory containing a CMake configuration file for KTorrent.   The file</div> \
<div>    will have one of the following names:</div><div><br></div><div>       \
KTorrentConfig.cmake</div><div>       \
ktorrent-config.cmake</div><div><br></div><div>Call Stack (most recent call \
first):</div><div>    CMakeLists.txt:62 (macro_optional_find_package)</div> \
<div><br></div><div>Thanks  \
</div><div><br></div><div>Srinath.D</div><div><br></div><div><br></div><div><br></div><br><div \
class="gmail_quote">2010/9/20 Luiz Romário Santana Rios <span dir="ltr">&lt;<a \
href="mailto:luizromario@gmail.com">luizromario@gmail.com</a>&gt;</span><br> \
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex;">I saw what you did wrong now: you&#39;re running Kopete from \
your build directory, when you should be running it from installation directory (in \
this case, default installation directory, probably /usr).<div> <br></div><div>

That&#39;s why I&#39;d also recommend you to install Kopete-trunk somewhere else than \
/usr. Pass the following arg to cmake to do so:</div> \
<div>-DCMAKE_INSTALL_PREFIX=/home/you/kopete-install</div><div><br></div><div>Replace \
/home/you/kopete-install for a directory of your \
choice.</div><div><br></div><div>Best regards.</div><div><br><div \
class="gmail_quote">



2010/9/18 srinath duraisamy <span dir="ltr">&lt;<a \
href="mailto:mail2srinathd@gmail.com" \
target="_blank">mail2srinathd@gmail.com</a>&gt;</span><div><div></div><div \
class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">



Hi,  <div><br></div><div>Thanks for replying.   I followed this \
approach.</div><div><br></div><div><span style="font-family:&#39;Bitstream Vera \
Sans&#39;, &#39;Lucida Grande&#39;, &#39;Trebuchet MS&#39;, \
sans-serif;font-size:13px;color:rgb(83, 83, 83)"><pre \
style="display:block;margin-top:0.3em;margin-right:0.3em;margin-bottom:0.3em;margin-le \
ft:0.3em;padding-top:0.3em;padding-right:0.3em;padding-bottom:0.3em;padding-left:0.3em;font-size:1em;color:rgb(0, \
0, 0);background-color:rgb(249, 249, 249);border-top-color:rgb(47, 111, \
171);border-right-color:rgb(47, 111, 171);border-bottom-color:rgb(47, 111, \
171);border-left-color:rgb(47, 111, \
171);border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;bord \
er-left-style:dashed;border-width:initial;border-top-width:1px;border-right-width:1px; \
border-bottom-width:1px;border-left-width:1px;overflow-x:auto;overflow-y:auto;line-height:1.1em;background-repeat:initial \
initial"> mkdir ../kdenetwork-build
cd ../kdenetwork-build
cmake ../kdenetwork
make
sudo make install</pre></span><div><div><br></div><div>  What I am doing wrong \
?</div><div><br></div></div><div>Any suggestions will be very \
helpful.</div><div><br></div><div>Regards</div><div>Srinath.D</div><div> \
<br></div><br><div class="gmail_quote"> 2010/9/17 Luiz Romário Santana Rios <span \
dir="ltr">&lt;<a href="mailto:luizromario@gmail.com" \
target="_blank">luizromario@gmail.com</a>&gt;</span><div><div></div><div><br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">




How did you compile Kopete? Did you install it?<div><br><div \
class="gmail_quote">2010/9/17 srinath duraisamy <span dir="ltr">&lt;<a \
href="mailto:mail2srinathd@gmail.com" \
target="_blank">mail2srinathd@gmail.com</a>&gt;</span><div>




<div></div><div><br><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,  <div><br></div><div>Any help.<br><br><div class="gmail_quote">2010/9/14 srinath \
duraisamy <span dir="ltr">&lt;<a href="mailto:mail2srinathd@gmail.com" \
target="_blank">mail2srinathd@gmail.com</a>&gt;</span><div><div></div>






<div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px \
#ccc solid;padding-left:1ex"> Hi,<div><br></div><div>Thanks for the \
reply.</div><div><br></div><div>I have attached the screen shot. Please let me know \
what I am doing wrong.</div><div><br></div><div>Thanks in \
advance.</div><div><br></div><div>Srinath<br>








<br><div class="gmail_quote">2010/9/14 Побойко Игорь <span \
dir="ltr">&lt;<a href="mailto:igor.poboiko@gmail.com" \
target="_blank">igor.poboiko@gmail.com</a>&gt;</span><div><div></div><div><br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">








Hello.<br>There is no need to pass any command line parameters to kopete.<br>Could \
you send a screenshot with with settings-&gt;configure?<br>Regards, \
<br>Igor.<br><br><div class="gmail_quote">2010/9/13 srinath duraisamy <span \
dir="ltr">&lt;<a href="mailto:mail2srinathd@gmail.com" \
target="_blank">mail2srinathd@gmail.com</a>&gt;</span><div>








<div></div><div><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Any suggestions ? or have I asked a stupid question \
?<div><div></div><div><br><br><div class="gmail_quote">

On Mon, Sep 13, 2010 at 12:40 AM, srinath duraisamy <span dir="ltr">&lt;<a \
href="mailto:mail2srinathd@gmail.com" \
target="_blank">mail2srinathd@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Hi All,<div><br></div><div>I am a c++ programmer, and I also \
wish to contribute to kopete.</div><div><br></div><div>I downloaded and build the \
kopete. And I run the kopete and tried to creat an IM account, but I am not able \
to.</div>












<div>I followed this document -  <a \
href="http://docs.kde.org/development/en/kdenetwork/kopete/getting-started.html" \
target="_blank">http://docs.kde.org/development/en/kdenetwork/kopete/getting-started.html</a></div><div>












As per the document In the setting-&gt;configure window on the left side there should \
be some icons but in my kopete nothing is displayed.   I run kopete without any \
parameters, should I have to pass any command line parameters. What I am doing \
wrong?</div>












<div><br></div><div>Any Suggestions will be very helpful. Thanks in \
advance.</div><div><br></div><div>Regards</div><div>Srinath.D</div><div><div></div><div><div><br></div><div>
 <br></div><div><br><br><div class="gmail_quote">On Fri, Sep 10, 2010 at 5:07 PM, \
Mohammed El-Afifi <span dir="ltr">&lt;<a href="mailto:mohammed_elafifi@yahoo.com" \
target="_blank">mohammed_elafifi@yahoo.com</a>&gt;</span> wrote:<br>











<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> <div><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt"><div><span>If you already have your KDE development \
environment in place, just following the recipe at <a \
href="http://kopete.kde.org/svnaccess.php" \
target="_blank">http://kopete.kde.org/svnaccess.php</a></span> will give you the \
exact modules/directories to checkout for kopete.<br>












</div><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt"><br><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt"><font face="Tahoma" size="2"><div><hr size="1"> \
<b><span style="font-weight:bold">From:</span></b> Felix Guzman &lt;<a \
href="mailto:guzman.fc@gmail.com" \
target="_blank">guzman.fc@gmail.com</a>&gt;<br><b><span \
style="font-weight:bold">To:</span></b> <a href="mailto:kopete-devel@kde.org" \
target="_blank">kopete-devel@kde.org</a><br>












</div><b><span style="font-weight:bold">Sent:</span></b> Fri, September 10, 2010 \
2:30:43 PM<div><br><b><span style="font-weight:bold">Subject:</span></b> Re: New \
Programmer Wanting to Contribute<br></div></font><div> <br>
I&#39;ve setup a KDE development environment in the past. Thinking about doing it \
again seems daunting. Is it possible to just checkout stuff from an SVN \
repository?<br><br><div class="gmail_quote">On Fri, Sep 10, 2010 at 6:14 AM, Mohammed \
El-Afifi <span dir="ltr">&lt;<a rel="nofollow" \
href="mailto:mohammed_elafifi@yahoo.com" \
target="_blank">mohammed_elafifi@yahoo.com</a>&gt;</span> wrote:<br>













<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid \
rgb(204, 204, 204);padding-left:1ex"><div><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt"><div>I&#39;ve replied to a similar question several \
months ago in this mailing list, so you might find that mail in the list archive. \
I&#39;m going to repeat it here for convenience anyway.<br>













<br><span>Yes, I know compiling kopete isn&#39;t the very straightforward task; \
I&#39;ve been once there. Fortunately, there&#39;re some links on <a rel="nofollow" \
href="http://techbase.kde.org/" \
target="_blank"><span>http://techbase.kde.org/</span></a> to facilitate this task. I \
recommend you to first read <a rel="nofollow" \
href="http://techbase.kde.org/Getting_Started/Build/KDE4" \
target="_blank"><span>http://techbase.kde.org/Getting_Started/Build/KDE4</span></a>  \
to get a grasp of what libraries(depending on your distro) and initial  setup you \
need to do before building kopete. Probably for a quick  checkout, reading <a \
rel="nofollow" href="http://kopete.kde.org/svnaccess.php" \
target="_blank"><span>http://kopete.kde.org/svnaccess.php</span></a> will do the \
trick for you</span>.<br><br><span>Then you&#39;ll find this link <a rel="nofollow" \
href="http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts" \
target="_blank"><span>http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts</span></a>
  and other outgoing links from there very useful for embedding most of 
the frequently used commands for dealing with KDE build environment into
 your normal shell setup.<br><br>I can send you a couple of scripts if you opt to. \
Those scripts are simply </span>a compilation of what&#39;s described in the \
aforementioned links, , as I know it might seem confusing for the first time for a \
new user to  figure out where each script should reside in your home \
directory.<br><br>Feel free to post any further problems/questions you may run into \
during setting up your development environment.<br></div><div \
style="font-family:times new roman,new york,times,serif;font-size:12pt">













<br><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt"><font face="Tahoma" size="2"><hr size="1"><b><span \
style="font-weight:bold">From:</span></b> Felix Guzman &lt;<a rel="nofollow" \
href="mailto:guzman.fc@gmail.com" target="_blank">guzman.fc@gmail.com</a>&gt;<br>













<b><span style="font-weight:bold">To:</span></b> <a rel="nofollow" \
href="mailto:kopete-devel@kde.org" \
target="_blank">kopete-devel@kde.org</a><br><b><span \
style="font-weight:bold">Sent:</span></b> Fri, September 10, 2010 12:39:09 PM<br>













<b><span style="font-weight:bold">Subject:</span></b> Re: New Programmer Wanting to \
Contribute<br></font><div><div></div><div><br> Thank you for both responses, now, is \
there a link for setting up a proper development environment? <br><br><div \
class="gmail_quote">On Fri, Sep 10, 2010 at 3:11 AM, Duncan Mac-Vicar Prett <span \
dir="ltr">&lt;<a rel="nofollow" href="mailto:duncan@kde.org" \
target="_blank">duncan@kde.org</a>&gt;</span> wrote:<br>














<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid \
rgb(204, 204, 204);padding-left:1ex"><div>On Fri, Sep 10, 2010 at 7:42 AM, Felix \
Guzman &lt;<a rel="nofollow" href="mailto:guzman.fc@gmail.com" \
target="_blank">guzman.fc@gmail.com</a>&gt; wrote:<br>















&gt; Markus do you have suggestions for smaller tasks?<br>
<br>
</div><span><span><a href="http://techbase.kde.org/Projects/Kopete/JuniorJobs" \
target="_blank">http://techbase.kde.org/Projects/Kopete/JuniorJobs</a></span></span><br>
 <font color="#888888"><br>
--<br>
Duncan Mac-Vicar P.<br>
</font><div><div></div><div>_______________________________________________<br>
kopete-devel mailing list<br>
<a rel="nofollow" href="mailto:kopete-devel@kde.org" \
target="_blank">kopete-devel@kde.org</a><br> <a rel="nofollow" \
href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
</div></div></blockquote></div><br> </div></div></div></div>
</div><br>







      </div><br>_______________________________________________<br>
kopete-devel mailing list<br>
<a rel="nofollow" href="mailto:kopete-devel@kde.org" \
target="_blank">kopete-devel@kde.org</a><br> <a rel="nofollow" \
href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div><br> </div></div></div>
</div><br>

      </div><br>_______________________________________________<br>
kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div><br></div> </div></div></blockquote></div><br>
</div></div><br>_______________________________________________<br>
kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div></div></div><br> \
<br>_______________________________________________<br> kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div></div></div><br></div> \
</blockquote></div></div></div><br></div> \
<br>_______________________________________________<br> kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div></div></div><br><br clear="all"><br>-- <br>Luiz Romário \
Santana Rios<br> </div>
<br>_______________________________________________<br>
kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div></div></div><br></div> \
<br>_______________________________________________<br> kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org" target="_blank">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div></div></div><br><br clear="all"><br>-- <br>Luiz Romário \
Santana Rios<br> </div>
<br>_______________________________________________<br>
kopete-devel mailing list<br>
<a href="mailto:kopete-devel@kde.org">kopete-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kopete-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kopete-devel</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic