Calendar:Build: Difference between revisions

Jump to navigation Jump to search
Linux infos
(Some updates for the 1.9 tree)
(Linux infos)
Line 19: Line 19:
sudo port sync
sudo port sync
sudo port install libidl
sudo port install libidl
</pre>
====Additional, Linux-Specific info====
You may need to install a few packages to allow building Calendar. The following should install most needed packages. If you happen to have a freshly installed system and a package is please extend this list. The following works on ubuntu, other distributions may have different package names.
<pre>
sudo apt-get install build-essential
sudo apt-get install \
  libfishsound1-dev \
  libtheora-dev \
  libogg-dev \
  libxt-dev \
  libgconf2-dev \
  libgnomeui-dev \
  libgnomevfs-dev \
  libgnome-dev \
  libdbus-glib-1-dev \
  pango \
  cairo
</pre>
</pre>


264

edits

Navigation menu