 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

30th March 2009, 02:01 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 8

|
|
Fedora equivalent of Debian's/Ubuntu's build-essential?
Hello
I've currently installed cmake, qt, qmake, gcc & gcc-c++.
What else do I need?
There is a meta-package called build-essential for Debian based system, which includes [basically] everything needed to build packages form source.
Is there an equivalent for Fedora (and other RPM based) systems?
If there is, please tell me of it.
If not, please tell me where I can get Qt qmake, and whatever other packages I need.
Thanks in advance,
Panarchy
|

30th March 2009, 02:11 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
su -
yum groupinstall "Development Tools" "Development Libraries"
Or:
yum install yumex
then open YUMEX, and search Groups tab.
V
|

30th March 2009, 02:36 PM
|
 |
Retired Community Manager -- Banned from Texas by popular demand.
|
|
Join Date: Sep 2007
Location: NYC
Posts: 8,142

|
|
Actually, while Hlinger's answer is correct, it can be overkill.
Often, all you need is
yum install make automake gcc gcc-c++ kernel-devel
That will pull in lots of other things, but far less than all the development tools and development libraries. It's a bit closer to Ubuntu's build-essential, which pulls in the most important things for typical compiling.
Hlinger's solution brings in just about *anything* you could ever need or want. So, it sort of depends upon how well prepared you want to be.
__________________
--
http://home.roadrunner.com/~computertaijutsu
Do NOT PM forum members with requests for technical support. Ask your questions on the forum.
"I don't know why there is the constant push to break any semblance of compatibility" --anon
|

30th March 2009, 02:50 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 8

|
|
Quote:
Originally Posted by scottro
Actually, while Hlinger's answer is correct, it can be overkill.
Often, all you need is
yum install make automake gcc gcc-c++ kernel-devel
That will pull in lots of other things, but far less than all the development tools and development libraries. It's a bit closer to Ubuntu's build-essential, which pulls in the most important things for typical compiling.
Hlinger's solution brings in just about *anything* you could ever need or want. So, it sort of depends upon how well prepared you want to be. 
|
Code:
su -c 'yum install make automake gcc gcc-c++ kernel-devel'
Password:
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package 1:make-3.81-14.fc10.x86_64 already installed and latest version
Package automake-1.10.1-2.noarch already installed and latest version
Package gcc-4.3.2-7.x86_64 already installed and latest version
Package gcc-c++-4.3.2-7.x86_64 already installed and latest version
Package kernel-devel-2.6.27.19-170.2.35.fc10.x86_64 already installed and latest version
Nothing to do
Quote:
Originally Posted by Hlingler
su -
yum groupinstall "Development Tools" "Development Libraries"
Or:
yum install yumex
then open YUMEX, and search Groups tab.
V
|
I tried the group install method, got this;
Code:
No packages in any requested group available to install or update
Yikes! Maybe it's cause I installed Fedora x64 from the DVD...
I am trying to compile this: http://www.kde-look.org/content/show...?content=40492
What do I need in order to compile it?
Thanks in advance for any suggestions,
Panarchy
Last edited by Panarchy; 30th March 2009 at 02:53 PM.
|

30th March 2009, 02:58 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Code:
No packages in any requested group available to install or update
You already have them all. Install the KDE Development Group:
yum groupinstall "KDE Software Development"
V
P.S. To list installed and available groups:
yum grouplist
|

3rd April 2009, 02:07 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 8

|
|
Thanks
The theme link no longer worked, so I had to find it again. Found it, and after downloading ^ it worked!
I'll try enabling the theme...
Looks alright.
Here is the new link: http://www.kde-look.org/content/show...?content=40492
Thanks
Panarchy
Last edited by Panarchy; 3rd April 2009 at 02:10 AM.
|

3rd April 2009, 02:14 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
You try the KDE "System Settings" utility==>> Appearance (Look & Feel) and/or Desktop Theme ?
V
|

3rd April 2009, 02:26 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 8

|
|
|
Not to worry, see time of editing my previous post.
I'd worked it out
Thanks though
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 15:43 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|