Menu

Tree [r162] /
 History

HTTPS access


File Date Author Commit
 about 2009-10-28 zsebastian [r91] commentary and correction of some review-found ...
 atlas 2009-10-28 zsebastian [r91] commentary and correction of some review-found ...
 bookmark 2009-11-08 zsebastian [r119] editing bookmark name now supported
 config 2009-11-04 zsebastian [r111] basic bookmark support. just those read from a ...
 data_structures 2009-11-21 zsebastian [r139] uploading of edited data works. working after a...
 distance 2009-10-28 zsebastian [r92] comments
 icons 2009-10-07 zsebastian [r43] ability to selected displayed pois
 imageglue 2009-10-28 zsebastian [r92] comments
 legend 2009-11-27 zsebastian [r156] SXDL: fixed an error with charachter data sprea...
 manual 2009-10-28 zsebastian [r91] commentary and correction of some review-found ...
 misc 2009-11-25 zsebastian [r143] bugfix in create_type.py script
 namefinder 2009-10-31 zsebastian [r98] better memory handling
 packages 2009-10-04 zsebastian [r40] cleanup + poi-support
 poi 2009-11-28 zsebastian [r161] fixed a problem with a constant defined in gamm...
 select 2009-10-28 zsebastian [r94] many comments
 sxdl 2009-11-28 zsebastian [r160] SXDL: implemented finalize function
 tiles 2009-11-09 zsebastian [r120] fixed the bugs listed in TODO. added some thing...
 widget 2009-10-31 zsebastian [r98] better memory handling
 wizzard 2009-10-27 zsebastian [r90] further commenting + removal of unused-stub-fun...
 .depend 2009-11-27 zsebastian [r153] started integrating sxdl into gosm
 COPYRIGHT 2009-06-08 zsebastian [r13] Atlas functionality
 Makefile 2009-11-27 zsebastian [r155] fixed sxdl-scrolling-issues. modified gosm to u...
 README 2009-10-15 zsebastian [r54] removed some unused stuff and updated README co...
 TODO 2009-11-25 zsebastian [r143] bugfix in create_type.py script
 VERSION 2009-11-06 zsebastian [r114] worked on bookmarks. locations can now be added...
 customio.c 2009-10-27 zsebastian [r90] further commenting + removal of unused-stub-fun...
 customio.h 2009-10-10 zsebastian [r49] added default poi_layers file
 gosm 2012-01-17 zsebastian [r162] updated opencyclemap's url for tiles
 gosm.c 2012-01-17 zsebastian [r162] updated opencyclemap's url for tiles
 gosm.h 2009-11-09 zsebastian [r121] adding tags enabled.
 gtk_safety.c 2009-11-21 zsebastian [r138] information on what should be send to the api i...
 gtk_safety.h 2009-10-21 zsebastian [r70] found bug-fix for 64-bit systems, fix-implement...
 map_area.c 2009-11-11 zsebastian [r128] added an entity for encapsulating nodes
 map_area.h 2009-11-09 zsebastian [r121] adding tags enabled.
 map_navigator.c 2009-10-27 zsebastian [r90] further commenting + removal of unused-stub-fun...
 map_navigator.h 2009-10-26 zsebastian [r86] heavy refactoring
 map_types.h 2009-11-11 zsebastian [r128] added an entity for encapsulating nodes
 menu.c 2009-10-26 zsebastian [r86] heavy refactoring
 menu.h 2009-10-26 zsebastian [r86] heavy refactoring
 paths.h 2009-11-08 zsebastian [r116] default bookmarks file. fixed a bug in right-cl...
 tool.c 2009-11-21 zsebastian [r139] uploading of edited data works. working after a...
 tool.h 2009-11-11 zsebastian [r128] added an entity for encapsulating nodes
 toolbar.c 2009-11-08 zsebastian [r115] entering names for bookmarks. reordering of boo...
 toolbar.h 2009-11-06 zsebastian [r114] worked on bookmarks. locations can now be added...

Read Me

INSTALLATION

Currently, you can just compile everything and use the software.
To compile, enter:

make

gcc will then build a binary named 'gosm' in the src-directory
This file can be executed from this dir by launching 

./gosm

from this directory or from every other path, too.

REQUIREMENTS

The following libraries are required for running/building gosm.
I'm not sure about minimal version numbers, so that I'll just tell
which ones I'm using:

for RUNNING gosm you'll need:

libglib2.0-0                            2.20.1-1
libgtk2.0-0                             2.14.7-5
libcairo2                               1.8.6-2+b1
libcurl3                                7.18.2-8.1
libpng12-0                              1.2.27-2
libwebkit-1.0-1                         1.0.1-4+b1
libbz2-1.0 				1.0.5
java					>=1.5		for PDF-Export

for BUILDING gosm you'll need:

libglib2.0-dev                          2.20.1-1
libgtk2.0-dev                           2.14.7-5 
libcairo2-dev                           1.8.6-2+b1
libcurl4-openssl-dev                    7.18.2-8.1
libpng12-dev                            1.2.27-2
libwebkit-dev                           1.0.1-4
libbz2-dev				1.0.5