LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trying to install desmume on ubuntu 13.04.. but not able to do so. (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-install-desmume-on-ubuntu-13-04-but-not-able-to-do-so-4175467062/)

adityaubuntu 06-23-2013 05:20 AM

trying to install desmume on ubuntu 13.04.. but not able to do so.
 
hello,
I'm aditya. I tried installing desmume today but not able to do so as the below error keeps coming up.

"configure: error: Package requirements ("gtkglext-1.0") were not met:

No package 'gtkglext-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKGLEXT_CFLAGS
and GTKGLEXT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details."

any help will be appreciated.

knudfl 06-23-2013 06:12 AM

Welcome to LQ.
Quote:

No package 'gtkglext-1.0' found
That's a missing file /usr/lib/pkgconfig/gtkglext-1.0.pc .
I.e. a "package config file", provided by :

$ sudo apt-get install libgtkglext1-dev

-

adityaubuntu 06-23-2013 06:57 AM

thank you :) i could install it :)
can you tell me how to open it and how to know whether it is really installed?

knudfl 06-23-2013 08:29 AM

# 3 .

Install : $ cd desmume-0.9.9/ && sudo make install
Launching : $ desmume
... Or you can use the launcher that might appear in the Menu.
( The launcher file is /usr/local/share/applications/desmume.desktop ).

-

adityaubuntu 06-23-2013 12:07 PM

thanks a lot :)


All times are GMT -5. The time now is 08:27 AM.