Skip to content

Installation on Fedora

alexrdp90 edited this page Apr 14, 2013 · 2 revisions

Prerequisites

$ yum install gcc				
$ yum install python-pip
$ yum install python-devel

Installing Pygame, OpenGL and ODE

$ yum install pygame
$ yum install freeglut
$ yum install ode
$ pip-python install pyopengl	# yum install python-opengl?

Installing PyODE

$ yum install ode-devel Pyrex
$ cd PyODE-XYZ
$ sudo ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so
$ python setup.py build
$ python setup.py install

Installing PyNgine

$ pip-python install pyngine