Fedora 18: how to install libraries needed for PB 5

Linux specific forum
User avatar
Shardik
Addict
Addict
Posts: 2067
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Fedora 18: how to install libraries needed for PB 5

Post 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.
Last edited by Shardik on Sat Feb 02, 2013 5:57 pm, edited 1 time in total.
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: Fedora 18: install libraries needed for PB 5

Post by uwekel »

I have also

Code: Select all

libstdc++-static
on my list, but i do not know what requires this library.
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Post Reply