nuxplayground configure error

Asked by Mohsen Ibrahim

I am trying to compile and install nuxplayground from source, when running `./configure` I get this error
configure: error: Package requirements (glib-2.0 >= 2.25.14
        gthread-2.0
        sigc++-2.0
        gio-2.0
        gdk-pixbuf-2.0
        cairo >= 1.9.14
        libpng >= 1.2.44
        pango
        pangocairo
        libpcre
        x11
        xcomposite
        xdamage
        xxf86vm
        xinerama
        libpci
        libpcre
        gstreamer-0.10
        gstreamer-plugins-base-0.10
        gstreamer-video-0.10
        nux-core-4.0 >= 4.0
        nux-graphics-4.0 >= 4.0
        nux-4.0 >= 4.0
        gl glu glew glewmx
        ) were not met:

No package 'gstreamer-0.10' found
No package 'gstreamer-plugins-base-0.10' found
No package 'gstreamer-video-0.10' 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 NUX_SAMPLES_CFLAGS
and NUX_SAMPLES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I tried `sudo apt-get install glib-2.0` but that didn't solve my problem.
Please would somebody help me with this?

Question information

Language:
English Edit question
Status:
Solved
For:
Nux Playground Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Maybe installing libgstreamer0.10-dev and libgstreamer-plugins-base0.10-dev helps

Revision history for this message
Mohsen Ibrahim (mohsen47) said :
#2

Thanks Manfred Hampl, that solved my question.