Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 677 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 677 Bytes

OpenStreetMap GTK Viewer

ScreenShot

Install the dependencies

Tested with Python 2.7.3 on Ubuntu 12.04.4 LTS:

sudo easy_install Babel
sudo apt-get install python-gi
sudo apt-get install gir1.2-champlain-0.12 gir1.2-gtkchamplain-0.12
sudo apt-get install gir1.2-clutter-1.0 gir1.2-gtkclutter-1.0

If you want to try Python 3, add:

sudo apt-get install python3
sudo apt-get install python3-gi

Download and run

cd YOURDIR
git clone https://github.com/tux-00/osm.git
cd osm
python setup.py po
cd osm/src

python pygtk_osm_game.py

If you want to try Python 3, add:

python3 pygtk_osm_game.py