मैं सिर्फ
मैं cython स्थापित kivy स्थापित करने के लिए यह परीक्षण करने और कुछ एप्लिकेशन को बनाना चाहते थे और अन्य चीजों
तो मैं टर्मिनल में टाइप (Ubuntu 12.04):Kivy स्थापना GL/gl.h नहीं मिलती है?
sudo easy_install kivy
जवाब मैं यह मिल गया के रूप में
:
Searching for kivy
Reading http://pypi.python.org/simple/kivy/
Best match: Kivy 1.2.0
Downloading http://pypi.python.org/packages/source/K/Kivy/Kivy-1.2.0.tar.gz#md5=468da8a353c2ea4936eb92d71403c960
Processing Kivy-1.2.0.tar.gz
Running Kivy-1.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rcrkeK/Kivy-1.2.0/egg-dist-tmp-xdOqxi
[INFO ] Kivy v1.2.0
WARNING: GLES 2.0 headers are not found
Fallback to Desktop opengl headers.
Build configuration is:
* use_opengl_es2 = False
* use_glew = False
* use_opengl_debug = False
* use_mesagl = False
Generate config.h
Generate config.pxi
In file included from /tmp/easy_install-rcrkeK/Kivy-1.2.0/kivy/graphics/texture.c:273:0:
/tmp/easy_install-rcrkeK/Kivy-1.2.0/kivy/graphics/gl_redirect.h:38:22: fatal error: GL/gl.h: El fitxer o directori no existeix
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
क्या मैंने कुछ गलत किया? या मुझे कुछ स्थापित करने की ज़रूरत है?
पीएस क्षमा करें El fitxer o directori no existeix का मतलब है फ़ाइल नहीं मिला।
क्या आपने Kivy दस्तावेज़ों पर स्थापना मार्गदर्शिका का पालन किया है? http://kivy.org/docs/installation/installation-linux.html – rubik