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.
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.