PureBasic installation on linux - libgnome-2.0 ?

Linux specific forum
agb2008
User
User
Posts: 60
Joined: Fri Jan 15, 2016 2:22 pm

PureBasic installation on linux - libgnome-2.0 ?

Post by agb2008 »

I've done few installations of PureBasic on a different flavors of Linux 32 and 64 bit and notice that there is one
requirement that I can't exactly match: libgnome-2.0

In checkinstall.sh script we got:

Code: Select all

pkg-config --cflags libgnome-2.0 >/dev/null
if [ $? -ne 0 ]; then
  echo "libgnome devel package need to be installed to use PureBasic"
  exit 1
fi
But what is libgnome-2.0 - because I was unable to make exact match for it. There are few packages with similar name like:
libgnome2, libgnomeui2...

Could anyone advice ?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic installation on linux - libgnome-2.0 ?

Post by ts-soft »

If you use a debian like distribution (Ubuntu/Linux-Mint ...) than you have to install: libgnome2-dev
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply