Thanks. I will take a look to your doc (i use also a macbook). <div><br></div><div>digiKam is already compiled using macports on my computer (current implementation from git master)</div><div><br></div><div>I will look if all is right here and put this document to git repository</div>

<div><br></div><div>Gilles Caulier<br><br><div class="gmail_quote">2011/8/1 G <span dir="ltr"><<a href="http://g.is">g.is</a>@<a href="http://free.fr">free.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
As I have promised when i ask some help on this mailing list, here's a first attempt to build a little howto to compile digikam on macosx via macports...<br>
<br>
It works for me on my Mac Book Pro Snow Leopard.<br>
<br>
--- INSTALL DIGIKAM on MAC OSX mini mini howto ---<br>
<br>
There is no dmg package for digikam, you have to build it using the Macports system, derivated from BSD port system.<br>
So the first thing is installing Macports<br>
(the definitive way to know what you have to know about Macports is here : <a href="http://guide.macports.org/" target="_blank">http://guide.macports.org/</a>, especially the "using macports" section : <a href="http://guide.macports.org/#using" target="_blank">http://guide.macports.org/#<u></u>using</a>)<br>


For installaing Macports you have to :<br>
- Install X11 : <a href="http://guide.macports.org/#installing.x11" target="_blank">http://guide.macports.org/#<u></u>installing.x11</a><br>
- Install xcode : <a href="http://guide.macports.org/#installing.xcode" target="_blank">http://guide.macports.org/#<u></u>installing.xcode</a><br>
Then you can install Macports : <a href="http://guide.macports.org/#installing.macports.binary" target="_blank">http://guide.macports.org/#<u></u>installing.macports.binary</a><br>
<br>
You are ready to install digikam :<br>
cd /opt/local/var/macports/<br>
sudo port install digikam<br>
<br>
Now, you can go to have 10 or 15 coffees, write a PHD thesis, travel some months and you're done, digikam and ALL these dependancies have been built... (10h on a MacBook Pro 2009 4GB RAM).<br>
<br>
At the end of process, you have the following message<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
##############################<u></u>############################<br>
# Don't forget that dbus needs to be started as the local<br>
# user (not with sudo) before any KDE programs will launch<br>
# To start it run the following command:<br>
# launchctl load /Library/LaunchAgents/org.<u></u>freedesktop.dbus-session.plist<br>
##############################<u></u>############################<br>
<br>
##############################<u></u>########################<br>
#  Programs will not start until you run the command<br>
#  'sudo chown -R $USER ~/Library/Preferences/KDE'<br>
#  replacing $USER with your username.<br>
##############################<u></u>########################<br>
</blockquote>
<br>
So you have to do what Mister Mac tells to you :<br>
But, warning, the following command (the one Mister Mac wants you to launch...) outputs "nothing to load"<br>
<br>
launchctl load /Library/LaunchAgents/org.<u></u>freedesktop.dbus-session.plist<br>
<br>
You have to add the "-w" option<br>
launchctl load -w /Library/LaunchAgents/org.<u></u>freedesktop.dbus-session.plist<br>
<br>
My username is "g", so<br>
sudo chown -R g ~/Library/Preferences/KDE<br>
sudo chown -R g /Library/LaunchAgents/org.<u></u>freedesktop.dbus-session.plist<br>
<br>
You can launch digikam via double click in App Folder->MacPorts->KDE4-><u></u>digikam<br>
<br>
ENJOY !!!!!!!!!!<br>
<br>
--- END OF INSTALL DIGIKAM on MAC OSX mini mini howto ---<br>
<br>
<br>
______________________________<u></u>_________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org" target="_blank">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/digikam-users</a><br>
</blockquote></div><br></div>