Skip to content
Advertisement

Installing a graphics library on linux

I’m not a linux expert, and I’m trying to install a 2D graphics library on Ubuntu 10.10. I need to make a 2D display and after a little online research, GooCanvas seems like it will fit the bill.

I’m frustrated because it simply won’t install and I don’t get what I am supposed to do.

Here’s what I did.

JavaScript

‘make; and ‘make install’ don’t work either.

OK, I’m frustrated. Why does it say run configure if there isn’t one? How do I install this thing?

Does anyone know an easy to use graphics library for ubuntu that will actually work. and can be easily installed?

Advertisement

Answer

Does anyone know an easy to use graphics library for ubuntu that will actually work. and can be easily installed?

What is wrong with the big ones:

  1. Qt
  2. gtk
  3. EFL (The Enlightenment libs)
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement