mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
Actually using the stock sqlite on MacOS
This commit is contained in:
parent
26beada6bd
commit
70d11cc335
4
Makefile
4
Makefile
@ -1,7 +1,9 @@
|
|||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
MANDIR ?= /usr/share/man/man1/
|
MANDIR ?= /usr/share/man/man1/
|
||||||
|
|
||||||
all: tippecanoe enumerate decode man/tippecanoe.1
|
all: tippecanoe enumerate decode
|
||||||
|
|
||||||
|
docs: man/tippecanoe.1
|
||||||
|
|
||||||
install: tippecanoe
|
install: tippecanoe
|
||||||
mkdir -p $(PREFIX)/bin
|
mkdir -p $(PREFIX)/bin
|
||||||
|
@ -171,7 +171,6 @@ uses md2man (`gem install md2man`).
|
|||||||
MacOS:
|
MacOS:
|
||||||
|
|
||||||
brew install protobuf
|
brew install protobuf
|
||||||
brew install sqlite
|
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
|
|
||||||
|
@ -195,7 +195,6 @@ MacOS:
|
|||||||
.RS
|
.RS
|
||||||
.nf
|
.nf
|
||||||
brew install protobuf
|
brew install protobuf
|
||||||
brew install sqlite
|
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
Reference in New Issue
Block a user