[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Back 0.13.0 and cairo
From: |
Dennis Leeuw |
Subject: |
Re: Back 0.13.0 and cairo |
Date: |
Sun, 02 Dec 2007 10:51:25 +0100 |
User-agent: |
Icedove 1.5.0.14pre (X11/20071018) |
Hi all,
I have done the following to get GNUstep and cairo up and running:
# Cairo Build within GNUstep tree to make sure it is only for GNUstep
./configure --prefix=/usr/GNUstep2/System
--exec-prefix=/usr/GNUstep2/System --bindir=/usr/GNUstep2/System/Tools
--sbindir=/usr/GNUstep2/System/Tools
--libexecdir=/usr/GNUstep2/System/Library/Tools
--sysconfdir=/usr/GNUstep2/Local/Configuration
--sharedstatedir=/usr/GNUstep2/System/Shared
--libdir=/usr/GNUstep2/System/Library/Libraries
--includedir=/usr/GNUstep2/System/Library/Headers
--datarootdir=/usr/GNUstep2/System/Library
--infodir=/usr/GNUstep2/System/Library/Documentation/info
--localedir=/usr/GNUstep2/System/Library/Locale
--mandir=/usr/GNUstep2/System/Library/Documentation/man
--docdir=/usr/GNUstep2/System/Library/Documentation/cairo
--htmldir=/usr/GNUstep2/System/Library/Documentation/html
--dvidir=/usr/GNUstep2/System/Library/Documentation/dvi
--pdfdir=/usr/GNUstep2/System/Library/Documentation/pdf
--psdir=/usr/GNUstep2/System/Library/Documentation/ps
make
make install
# Post installation clean up
mv /usr/GNUstep2/System/Library/gtk-doc/html/cairo
/usr/GNUstep2/System/Library/Documentation/html/
rm -rf /usr/GNUstep2/System/Library/gtk-doc
mv /usr/GNUstep2/System/Library/Libraries/pkgconfig
/usr/GNUstep2/System/Library/
# Make sure pkg-config finds the new .pc files
export PKG_CONFIG_PATH="/usr/GNUstep2/System/Library/pkgconfig"
# GNUstep back 0.13.0
./configure --enable-server=x11 --enable-graphics=cairo --with-name=cairo
make
make install
# GWorkspace
./configure
make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
And GWorkspace works seems to work fine. No weird things. I am quite
impressed by what is done on the cairo backend. Congrats to everybody
(Fred) who has put so much effort in it.
Will start to add more applications.
Thanks,
Dennis