Changes

Jump to: navigation, search

GEPS 029: GTK3-GObject introspection Conversion

694 bytes added, 23:15, 26 January 2013
m
OsmGpsMap for Geography: add simpler instructions for OsmGpsMap on linux Mint 14.1
First sets library to ''/usr/local/lib'' so as to find osmgpsmap and gtkspell, second ''/usr/local/lib/python2.7/site-packages/'' to find the local install of pygobject
 
==== Linux Mint 14.1 ====
 
The Patches mentioned above are (as of 2013/1/27) in the main osm-gps-map git repository so you can use:
 
git clone git://github.com/nzjrs/osm-gps-map.git
 
For Linux Mint you also need the gtk3 devel packages:
sudo apt-get install gtk+-3.0-dev
 
Now compile osmgpsmap:
 
./autogen.sh
make
sudo make install
sudo cp /usr/local/lib/girepository-1.0/OsmGpsMap-0.8.typelib /usr/lib/girepository-1.0/
 
Start up Gramps with:
LD_LIBRARY_PATH=/usr/local/lib PYTHONPATH=/usr/local/lib/python2.7/site-packages/ python Gramps.py
 
or
 
LD_LIBRARY_PATH=/usr/local/lib PYTHONPATH=/usr/local/lib/python2.7/site-packages/ python -c 'from gramps.grampsapp import main; main()'
== Problems ==

Navigation menu