geocommons / geocoder

Modular Street Address Geocoder
http:///www.geocommons.com
GNU Lesser General Public License v3.0
395 stars 89 forks source link

I've fixed a number of small bugs. #28

Closed theduckylittle closed 12 years ago

theduckylittle commented 12 years ago

Hey Folks,

I've fixed a few different bugs with the build process. I've also added some Makefile.macox files.

Here are also some of my build notes for Mac OS/X:

git clone https://github.com/theduckylittle/geocoder.git

cd geocoder/

cd src/ make

On a Mac, the "shp2sqlite" will fail, when it does so...

cd shp2sqlite make clean make -f Makefile.macosx cd ..

make install

sudo ruby setup.rb

I understand these notes are a bit haphazard. I got them working on my machine and accepted failure. Some form of (auto/c)make would probably help alleviate such pain points for others.

ajturner commented 12 years ago

Thanks! I'm testing these now.

ajturner commented 12 years ago

These worked for me on my mac running Lion. Thanks for the contrib!