Changes

Jump to: navigation, search

GEPS 029: GTK3-GObject introspection Conversion

694 bytes removed, 13:18, 18 March 2013
Linux Mint 14.1 section removed as duplicate
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()'
=== GExiv2 for Image metadata ===

Navigation menu