Thanks for the rc release Building digiKam for dummies continued

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Thanks for the rc release Building digiKam for dummies continued

Rinus
Hi to All and in this case especially to those who want to build their own digikam 2.0.0-rc (rc stands for release candidate, meaning it is almost final) and have not been confident with linux, programming, building etc etc.

First off all a big THANK and hurray for the people who did it again and brought this digiKam release to us!

Yesterday I have been trying to build from git (git is the place where the source code is stored where the programmers are working on).
Alas I never came any further than 3%. Confronted with incomprehencable messages en unsolvable conflicts. (I myself belong still to the ignorends)

After all I wonder if it´s only me or maybe the makefiles have been not enough up to date? But never mind, that was yesterday.

There is always light at the end of the tunnel. Gilles anounced yesterday the release of the tarball version, and I was not me if I did not give a try.

And miraculously it build flawless, some comprehensible messages about dependencies hence easely solved.

Since I can, you can probably too. Needed: At least one half of a day, certainly if it is your first try. A fair amount of persistence. I will be around a few more days and keep one eye on the mail until upcoming saterday and help as far as I am capable.

If someone detects an error in the description, please let me know asap!

Have a nice day,

Rinus

##########################################################
START BUILDING
##########################################################
Here is your tarball (compressed archive of source code)
http://sourceforge.net/projects/digikam/files/digikam/2.0.0-rc/digikam-2.0.0-rc.tar.bz2/download

If it´s downloaded, extract it your user dir (somthing like home/my_user_dir)

Open a terminal window and go to the place where the software has been extracted.
If you type pwd at the prompt, you will see where you are, probably in home/my_user_dir
type cd digikam-2.0.0-rc

now make a directory to put your build files in
type mkdir build
cd build

if you do pwd (present working directory)
you see somthing like
/home/my_user_dir/digikam-2.0.0-rc/build

If cmake is not installed, now type:
sudo apt-get install cmake


Now let cmake do it´s work
cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..

Most likely it will complain about missing stuff. Try to install it from synaptic or in any other way and retry cmake untill succesfull.

If all went successful

now run:
make

if done run:
sudo make install
################################################################################
DONE!
################################################################################




_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for the rc release Building digiKam for dummies continued

Dmitri Popov
Excellent job, Rinus! Feel free to submit this as a tip: http://scribblesandsnaps.wordpress.com/2011/06/21/submit-a-digikam-tip-win-a-zareason-teo-pro-netbook/

Best,
Dmitri
________________________________
From: sleepless <[hidden email]>
To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>
Sent: Wednesday, June 29, 2011 11:52 AM
Subject: [Digikam-users] Thanks for the rc release Building digiKam for dummies continued


Hi to All and in this case especially to those who want to build their own digikam 2.0.0-rc (rc stands for release candidate, meaning it is almost final) and have not been confident with linux, programming, building etc etc.

First off all a big THANK and hurray for the people who did it again
    and brought this digiKam release to us!

Yesterday I have been trying to build from git (git is the place
    where the source code is stored where the programmers are working
    on).
Alas I never came any further than 3%. Confronted with
    incomprehencable messages en unsolvable conflicts. (I myself belong
    still to the ignorends)

After all I wonder if it´s only me or maybe the makefiles have been
    not enough up to date? But never mind, that was yesterday.

There is always light at the end of the tunnel. Gilles anounced
    yesterday the release of the tarball version, and I was not me if I
    did not give a try.

And miraculously it build flawless, some comprehensible messages
    about dependencies hence easely solved.

Since I can, you can probably too. Needed: At least one half of a
    day, certainly if it is your first try. A fair amount of
    persistence. I will be around a few more days and keep one eye on
    the mail until upcoming saterday and help as far as I am capable.

If someone detects an error in the description, please let me know
    asap!

Have a nice day,

Rinus

##########################################################
START BUILDING
##########################################################
Here is your tarball (compressed archive of source code)
http://sourceforge.net/projects/digikam/files/digikam/2.0.0-rc/digikam-2.0.0-rc.tar.bz2/download

If it´s downloaded, extract it your user dir (somthing like
    home/my_user_dir)

Open a terminal window and go to the place where the software has
    been extracted.
If you type pwd at the prompt, you will see where you are, probably
    in home/my_user_dir
type cd digikam-2.0.0-rc

now make a directory to put your build files in
type mkdir build
cd build

if you do pwd (present working directory)
you see somthing like
/home/my_user_dir/digikam-2.0.0-rc/build


If cmake is not installed, now type:
sudo apt-get install cmake
Now let cmake do it´s work
cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..


Most likely it will complain about missing stuff. Try to install it from synaptic or in any other way and retry cmake untill succesfull.
If all went successful

now run:
make
if done run:
sudo make install
################################################################################
DONE!
################################################################################



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for the rc release Building digiKam for dummies continued

tosca
In reply to this post by Rinus
That's excellent news!
Do you know if it works for other distros too? I'm on Fedora.

Marie-Noëlle

2011/6/29 sleepless <[hidden email]>


--
Une galerie photos, un blog ... pourquoi pas ? Webmaster en herbe

Parcourez les Cévennes à ma façon : Cévennes Plurielles

Et toutes mes autres publications à partir de ma page d'accueil générale


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for the rc release Building digiKam for dummies continued

Rinus
I suppose, it is multi platform. Trying won´t do much harm. Although itś never a bad idea to have a backup at hand. I needed it yesterday after messing up my system.
fsarchiver works wonderfull.

Rinus
Op 29-06-11 14:10, Marie-Noëlle Augendre schreef:
That's excellent news!
Do you know if it works for other distros too? I'm on Fedora.

Marie-Noëlle

2011/6/29 sleepless <[hidden email]>


--
Une galerie photos, un blog ... pourquoi pas ? Webmaster en herbe

Parcourez les Cévennes à ma façon : Cévennes Plurielles

Et toutes mes autres publications à partir de ma page d'accueil générale

_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for the rc release Building digiKam for dummies continued

Robert Zeller
In reply to this post by tosca
On 06/29/2011 02:10 PM, Marie-Noëlle Augendre wrote:
That's excellent news!
Do you know if it works for other distros too? I'm on Fedora.
Yes ! I built it on OpenSuse 11.4 without any problems.


Marie-Noëlle

2011/6/29 sleepless <[hidden email]>


--
Une galerie photos, un blog ... pourquoi pas ? Webmaster en herbe

Parcourez les Cévennes à ma façon : Cévennes Plurielles

Et toutes mes autres publications à partir de ma page d'accueil générale

_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for the rc release Building digiKam for dummies continued

Rinus
In reply to this post by Dmitri Popov
Thanks for your kind words,

It does not have any piority to me to be in the the contest. If I
thought I had a chance to win I would take the effort so I could donate
the netbook to digikam, but that would look to much like fraud. But feel
free to copy and past my work to anywhere it can do some good.

kind regards,
Rinus
Op 29-06-11 13:15, Dmitri Popov schreef:

> Excellent job, Rinus! Feel free to submit this as a tip: http://scribblesandsnaps.wordpress.com/2011/06/21/submit-a-digikam-tip-win-a-zareason-teo-pro-netbook/
>
> Best,
> Dmitri
> ________________________________
> From: sleepless<[hidden email]>
> To: digiKam - Home Manage your photographs as a professional with the power of open source<[hidden email]>
> Sent: Wednesday, June 29, 2011 11:52 AM
> Subject: [Digikam-users] Thanks for the rc release Building digiKam for dummies continued
>
>
> Hi to All and in this case especially to those who want to build their own digikam 2.0.0-rc (rc stands for release candidate, meaning it is almost final) and have not been confident with linux, programming, building etc etc.
>
> First off all a big THANK and hurray for the people who did it again
>      and brought this digiKam release to us!
>
> Yesterday I have been trying to build from git (git is the place
>      where the source code is stored where the programmers are working
>      on).
> Alas I never came any further than 3%. Confronted with
>      incomprehencable messages en unsolvable conflicts. (I myself belong
>      still to the ignorends)
>
> After all I wonder if it´s only me or maybe the makefiles have been
>      not enough up to date? But never mind, that was yesterday.
>
> There is always light at the end of the tunnel. Gilles anounced
>      yesterday the release of the tarball version, and I was not me if I
>      did not give a try.
>
> And miraculously it build flawless, some comprehensible messages
>      about dependencies hence easely solved.
>
> Since I can, you can probably too. Needed: At least one half of a
>      day, certainly if it is your first try. A fair amount of
>      persistence. I will be around a few more days and keep one eye on
>      the mail until upcoming saterday and help as far as I am capable.
>
> If someone detects an error in the description, please let me know
>      asap!
>
> Have a nice day,
>
> Rinus
>
> ##########################################################
> START BUILDING
> ##########################################################
> Here is your tarball (compressed archive of source code)
> http://sourceforge.net/projects/digikam/files/digikam/2.0.0-rc/digikam-2.0.0-rc.tar.bz2/download
>
> If it´s downloaded, extract it your user dir (somthing like
>      home/my_user_dir)
>
> Open a terminal window and go to the place where the software has
>      been extracted.
> If you type pwd at the prompt, you will see where you are, probably
>      in home/my_user_dir
> type cd digikam-2.0.0-rc
>
> now make a directory to put your build files in
> type mkdir build
> cd build
>
> if you do pwd (present working directory)
> you see somthing like
> /home/my_user_dir/digikam-2.0.0-rc/build
>
>
> If cmake is not installed, now type:
> sudo apt-get install cmake
> Now let cmake do it´s work
> cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
>
>
> Most likely it will complain about missing stuff. Try to install it from synaptic or in any other way and retry cmake untill succesfull.
> If all went successful
>
> now run:
> make
> if done run:
> sudo make install
> ################################################################################
> DONE!
> ################################################################################
>
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users