Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 352 Bytes

osm-fulton-address

Program to add Fulton County addresses into OpenStreetMap

To compile

  • Make sure you have installed the GEOS library with C++ headers and Qt 4. On Ubuntu/Debian, you can run sudo apt-get install libgeos++-dev for the GEOS library.
  • qmake Converter.pro
  • make

The final binary will be in the dist folder.