Qt-interest Archive, January 2008
Qt 4.3.3 - Ubuntu Gusty
Message 1 in thread
Can someone point me to the packages necessary to properly build Qt on
Ubuntu? I have been using the Synaptic Package Manager to get:
-Freetype
-FontConfig
-OpenGL
related dev libs. It's building fine, but Qt the fonts in Assistant
and all Qt apps look miserable (no anti-aliasing) and I'm not getting
QtOpenGL. I'm shooting in the dark here and if anyone has a list of
packages that would be outstanding. Thanks in advance...
-Willy
--
[ signature omitted ]
Message 2 in thread
On Mon, 2008-01-07 at 11:58 -0800, Willy P wrote:
> Can someone point me to the packages necessary to properly build Qt on
> Ubuntu? I have been using the Synaptic Package Manager to get:
>
> -Freetype
> -FontConfig
> -OpenGL
>
> related dev libs. It's building fine, but Qt the fonts in Assistant
> and all Qt apps look miserable (no anti-aliasing) and I'm not getting
> QtOpenGL. I'm shooting in the dark here and if anyone has a list of
> packages that would be outstanding. Thanks in advance...
For OpenGL, add the following packages:
libgl1-mesa-dev
libglu1-mesa-dev
Not sure if you actually need glu, but you will definitely need gl1.
As far as fonts go, they look perfectly fine on my end...didn't do
anything special to make it so. So not sure what's wrong there.
Stephan
--
[ signature omitted ]
Message 3 in thread
Quoting Willy P <willy.lists@xxxxxxxxx>:
There are packages for 4.3.3 on Gutsy in my PPA:
http://launchpad.net/~pgquiles/+archive
Add these lines to your /etc/apt/sources.list and Adept will show the
updated version in a moment:
deb http://ppa.launchpad.net/pgquiles/ubuntu gutsy main
deb-src http://ppa.launchpad.net/pgquiles/ubuntu gutsy main
If you want to rebuild it, take a look at the build-depends:
libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4),
x11proto-core-dev, libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>=
4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>=
4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libjpeg62-dev,
zlib1g-dev, libmng-dev (>= 1.0.3), libpng12-dev, libfreetype6-dev,
libmysqlclient15-dev, flex, libpq-dev, libaudio-dev, libcupsys2-dev,
xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev |
libglu-dev, libxft-dev, libxrender-dev, libxcursor-dev,
libxinerama-dev, libsqlite0-dev, libsqlite3-dev, libdbus-1-dev,
libglib2.0-dev, libxi-dev
> Can someone point me to the packages necessary to properly build Qt on
> Ubuntu? I have been using the Synaptic Package Manager to get:
>
> -Freetype
> -FontConfig
> -OpenGL
>
> related dev libs. It's building fine, but Qt the fonts in Assistant
> and all Qt apps look miserable (no anti-aliasing) and I'm not getting
> QtOpenGL. I'm shooting in the dark here and if anyone has a list of
> packages that would be outstanding. Thanks in advance...
>
> -Willy
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]
Message 4 in thread
That worked perfectly, thanks a lot...
-Willy
On Jan 7, 2008 1:52 PM, Pau Garcia i Quiles <pgquiles@xxxxxxxxxxx> wrote:
> Quoting Willy P <willy.lists@xxxxxxxxx>:
>
> There are packages for 4.3.3 on Gutsy in my PPA:
> http://launchpad.net/~pgquiles/+archive
>
> Add these lines to your /etc/apt/sources.list and Adept will show the
> updated version in a moment:
> deb http://ppa.launchpad.net/pgquiles/ubuntu gutsy main
> deb-src http://ppa.launchpad.net/pgquiles/ubuntu gutsy main
>
> If you want to rebuild it, take a look at the build-depends:
> libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4),
> x11proto-core-dev, libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>=
> 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>=
> 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libjpeg62-dev,
> zlib1g-dev, libmng-dev (>= 1.0.3), libpng12-dev, libfreetype6-dev,
> libmysqlclient15-dev, flex, libpq-dev, libaudio-dev, libcupsys2-dev,
> xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev |
> libglu-dev, libxft-dev, libxrender-dev, libxcursor-dev,
> libxinerama-dev, libsqlite0-dev, libsqlite3-dev, libdbus-1-dev,
> libglib2.0-dev, libxi-dev
>
>
> > Can someone point me to the packages necessary to properly build Qt on
> > Ubuntu? I have been using the Synaptic Package Manager to get:
> >
> > -Freetype
> > -FontConfig
> > -OpenGL
> >
> > related dev libs. It's building fine, but Qt the fonts in Assistant
> > and all Qt apps look miserable (no anti-aliasing) and I'm not getting
> > QtOpenGL. I'm shooting in the dark here and if anyone has a list of
> > packages that would be outstanding. Thanks in advance...
> >
> > -Willy
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> > with "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-interest/
> >
> >
>
>
>
> --
> Pau Garcia i Quiles
> http://www.elpauer.org
> (Due to my workload, I may need 10 days to answer)
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]