[cairo-commit] [cairo-www] src/download

Carl Worth cworth at freedesktop.org
Thu Jan 17 18:07:13 PST 2008


 src/download/additionaldetailsfordebianderivedsystems.mdwn |   18 +++++++++++++
 1 file changed, 18 insertions(+)

New commits:
commit 0e41c8c0fe18277ed8dfb74c0f206e633075b1fb
Author: Carl Worth <cworth at freedesktop.org>
Date:   Thu Jan 17 18:07:13 2008 -0800

    web commit by travisgriggs

diff --git a/src/download/additionaldetailsfordebianderivedsystems.mdwn b/src/download/additionaldetailsfordebianderivedsystems.mdwn
new file mode 100644
index 0000000..33c513b
--- /dev/null
+++ b/src/download/additionaldetailsfordebianderivedsystems.mdwn
@@ -0,0 +1,18 @@
+Setting up a fresh Ubuntu install to build and compile sources fetched via git, I found I needed to do the following:
+
+First, you need pixman too. It is also fetched with a git command:
+
+	git clone git://anongit.freedesktop.org/git/pixman
+
+In order to be able to run autogen.sh in either pixman or cairo directory, you will need to install the following packages:
+*autoconf
+*automake
+*libtool
+*gettext
+To get a "standard" library built for use under X11, should install the following packages:
+*libpng12-dev
+*libx11-dev
+*libxrender-dev
+*libxft-dev
+
+When you use autogen.ssh, you don't need to run ./configure as instructed in the README file.


More information about the cairo-commit mailing list