Stupid Question 1001-Source for Qt
I recently install SuSE 10 and am getting the development environment together. I'm using Qt and have looked around the system for the source so I could build and use things like qmake, for example (if I run "which qmake", the shell returns nothing). Is it possible to just build on top of what's already there? Do I need to go ahead and download the Qt- X11 product and build it separately? In general, where do I find source code for the various products on SuSE's download site? I looked around the site, but couldn't find any significant amount of stuff. Thanks. -- Bill Lugg Milstar Software Support Peterson AFB, CO
On Sunday 04 December 2005 23:29, William H Lugg wrote:
I recently install SuSE 10 and am getting the development environment together. I'm using Qt and have looked around the system for the source so I could build and use things like qmake, for example (if I run "which qmake", the shell returns nothing). Is it possible to just build on top of what's already there? Do I need to go ahead and download the Qt- X11 product and build it separately?
You really should install pin, available on/from your installation media. "Pin - Package InformatioN. Pin searches the installed packages (rpm -qi, -ql) and the ARCHIVES.gz file for the desired information. It shows README, README.SuSE, and FAQ, when available." scott@maginot:~> pin qmake pin 0.34 - package info for qmake ------------------------------------------------------------------ *** no rpm named qmake installed ------------------------------------------------------------------ ------------------------------------------------------------------ *** zgrep qmake /var/lib/pin/ARCHIVES.gz ------------------------------------------------------------------ <snip> ./CD1/suse/i586/qt3-devel-3.3.4-28.i586.rpm: -rwxr-xr-x 1 root root 2296360 Sep 13 02:19 /usr/lib/qt3/bin/qmake <snip>
In general, where do I find source code for the various products on SuSE's download site? I looked around the site, but couldn't find any significant amount of stuff.
From any openSUSE mirror, in the inst-source/suse/src directory in the case of SL10, or suse/<arch>/<version>/suse/src for versions 9.3 and older at the ftp.suse.com mirrors. -- Homepage http://scottj.org XFce desktop environment http://www.xfce.org
sources & the full tree here: ftp://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/ -Alexey 6.12.2005.
participants (3)
-
Alexey Eremenko
-
Scott Jones
-
William H Lugg