Page 1 of 1

Fedora 18: how to install libraries needed for PB 5

Posted: Wed Jan 30, 2013 3:49 pm
by Shardik
Open Terminal and type:
su root
and press the "Return" key. Enter your password for root and press the "Return" key. Then copy and paste the following line into your Terminal:

Code: Select all

yum install gcc libstdc++-devel gtk2-devel SDL-devel libgnome-devel libgnomeprintui22-devel xine-lib-devel unixODBC-devel libXxf86vm-devel
After pasting the above line press again the "Return" key and all necessary dependancies should be listed. At the end you still have to press the "y" key to start the download and the installation.

After the installation of the needed libs all the dependancies should be resolved when running the checkinstall.sh script.

Re: Fedora 18: install libraries needed for PB 5

Posted: Wed Jan 30, 2013 7:23 pm
by uwekel
I have also

Code: Select all

libstdc++-static
on my list, but i do not know what requires this library.