<div dir="ltr">Ok, so all the build steps are done? If so, now, I guess I'll have to import it to Qt Creator right? <br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Yours Sincerely,<div>Shalin Shah</div></div></div>
<br><div class="gmail_quote">On Thu, Dec 11, 2014 at 10:33 AM, Jeremy Whiting <span dir="ltr"><<a href="mailto:jpwhiting@kde.org" target="_blank">jpwhiting@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Now run it and find and fix bugs I guess. The next step is up to you really, what would you like to do?</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 10:02 PM, Shalin Shah <span dir="ltr"><<a href="mailto:shalinshah1993@gmail.com" target="_blank">shalinshah1993@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Alright! I guess that worked, though I needed root privileges to run make install.<br><br></div>Now, what next? <br><div class="gmail_extra"><br clear="all"><div><div>Yours Sincerely,<div>Shalin Shah</div></div></div><div><div>
<br><div class="gmail_quote">On Thu, Dec 11, 2014 at 10:15 AM, Jeremy Whiting <span dir="ltr"><<a href="mailto:jpwhiting@kde.org" target="_blank">jpwhiting@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yep, I can't remember why ubuntu and debian named their kdelibs 4 packages kdelibs5 but you want kdelibs5-dev to build kalzium master branch which is based on kdelibs4 and qt4.</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 9:37 PM, Shalin Shah <span dir="ltr"><<a href="mailto:shalinshah1993@gmail.com" target="_blank">shalinshah1993@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So, I did apt-cache search kdelibs but I get kdelibs5 not 4. Here see : <br><br>shalin@Shalin-MacBookPro:~/kalzium/build > apt-cache search kdelibs<br>kdelibs-bin - core executables for KDE Applications                                <br>kdelibs5-data - core shared data for all KDE Applications                          <br>kdelibs5-dbg - debugging symbols for the KDE Development Platform libraries        <br>kdelibs5-dev - development files for the KDE Development Platform libraries        <br>kdelibs5-plugins - core plugins for KDE Applications                               <br>krosspython - Python module for Kross <br></div><div class="gmail_extra"><br clear="all"><div><div>Yours Sincerely,<div>Shalin Shah</div></div></div><div><div>
<br><div class="gmail_quote">On Thu, Dec 11, 2014 at 10:01 AM, Jeremy Whiting <span dir="ltr"><<a href="mailto:jpwhiting@kde.org" target="_blank">jpwhiting@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yep, looks like you need kdelibs4 devel package in order to build kalzium. I'm not sure what the package is called on linux mint but you should be able to find it with apt-cache search kdelibs.</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 9:25 PM, Shalin Shah <span dir="ltr"><<a href="mailto:shalinshah1993@gmail.com" target="_blank">shalinshah1993@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div>Yes, following that, I did clone the repository. Now, however, while I was to do cmake I got an error. Please see this : <br><br>shalin@Shalin-MacBookPro:~/kalzium/build > cmake ../                 <br>-- The C compiler identification is GNU 4.8.2<br>-- The CXX compiler identification is GNU 4.8.2<br>-- Check for working C compiler: /usr/bin/cc<br>-- Check for working C compiler: /usr/bin/cc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):<br>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in<br>  /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps<br>Call Stack (most recent call first):<br>  CMakeLists.txt:6 (find_package)<br><br><br>CMake Warning (dev) in CMakeLists.txt:<br>  No cmake_minimum_required command is present.  A line of code such as<br><br>    cmake_minimum_required(VERSION 2.8)<br><br>  should be added at the top of the file.  The version specified may be lower<br>  if you wish to support older CMake versions for this project.  For more<br>  information run "cmake --help-policy CMP0000".<br>This warning is for project developers.  Use -Wno-dev to suppress it.<br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".<br><br><br><br><br><br><br><br><br></div>Then I added the link of minimum cmake version in the CMakeList.txt file and the error I got was as under -<br><br>shalin@Shalin-MacBookPro:~/kalzium/build > cmake ../<br>CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):<br>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in<br>  /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps<br>Call Stack (most recent call first):<br>  CMakeLists.txt:7 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".<br><br><br><br><br></div><br></div>Don't we have to set up KDE environment and all before building this code? <div class="gmail_extra"><br clear="all"><div><div>Yours Sincerely,<div>Shalin Shah</div></div></div>
<br><div class="gmail_quote">On Thu, Dec 11, 2014 at 9:52 AM, Shalin Shah <span dir="ltr"><<a href="mailto:shalinshah1993@gmail.com" target="_blank">shalinshah1993@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div>Yes, following that I did clone the repository. Now, however, while I was t doing cmake I got an error. <br><br>shalin@Shalin-MacBookPro:~/kalzium/build > cmake ../                 <br>-- The C compiler identification is GNU 4.8.2<br>-- The CXX compiler identification is GNU 4.8.2<br>-- Check for working C compiler: /usr/bin/cc<br>-- Check for working C compiler: /usr/bin/cc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):<br>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in<br>  /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps<br>Call Stack (most recent call first):<br>  CMakeLists.txt:6 (find_package)<br><br><br>CMake Warning (dev) in CMakeLists.txt:<br>  No cmake_minimum_required command is present.  A line of code such as<br><br>    cmake_minimum_required(VERSION 2.8)<br><br>  should be added at the top of the file.  The version specified may be lower<br>  if you wish to support older CMake versions for this project.  For more<br>  information run "cmake --help-policy CMP0000".<br>This warning is for project developers.  Use -Wno-dev to suppress it.<br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".<br><br><br><br><br><br><br><br><br></div>Then I added the link of minimum cmake version in the CMakeList.txt file and the error I got was as under -<br><br>shalin@Shalin-MacBookPro:~/kalzium/build > cmake ../<br>CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):<br>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in<br>  /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps<br>Call Stack (most recent call first):<br>  CMakeLists.txt:7 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".<br><br><br><br><br></div>Also, I've attached the error log file with this email.<br><br></div>Don't we have to set up KDE environment and all before building this code? <br><div class="gmail_extra"><br clear="all"><div><div>Yours Sincerely,<div>Shalin Shah</div></div></div><div><div><div><div>
<br><div class="gmail_quote">On Thu, Dec 11, 2014 at 1:05 AM, Jeremy Whiting <span dir="ltr"><<a href="mailto:jpwhiting@kde.org" target="_blank">jpwhiting@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Shalin,<div><br></div><div>I thought the kstars building instructions would help. You clone from <a href="http://anongit.kde.org/kalzium" target="_blank">anongit.kde.org/kalzium</a>, build with</div><div>mkdir build && cd build && cmake ../ && make && make install</div><div><br></div><div>It depends on eigen3 and some other libraries such as Qt4.</div><div><br></div><div>BR,</div><div>Jeremy</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Wed, Dec 10, 2014 at 12:30 PM, Shalin Shah <span dir="ltr"><<a href="mailto:shalinshah1993@gmail.com" target="_blank">shalinshah1993@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><span style="font-size:13px">Hello, </span><div style="font-size:13px"><br></div><div style="font-size:13px">I'm a senior at DA-IICT, India and I'm interested in contributing to Kalzium. </div><div style="font-size:13px"><br></div><div style="font-size:13px">Can you give me some links on where to start and also how to build Kalzium on my Linux MINT? What are the dependencies and libraries required? </div><div style="font-size:13px"><br></div><div style="font-size:13px">Thank-you.</div><div style="font-size:13px"><br clear="all"><div><div>With Regards,</div><div>Shalin Shah</div></div></div>
</div>
<br></div></div>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div></div></div></div></div></div>
</blockquote></div><br></div></div>
<br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div></div></div></div>
<br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org" target="_blank">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br></div>