mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-21 20:08:20 +00:00
Clarify documentation for dependencies
This commit is contained in:
parent
32179b7ad6
commit
26beada6bd
21
README.md
21
README.md
@ -165,10 +165,21 @@ lower resolutions before failing if it still doesn't fit.
|
|||||||
Development
|
Development
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Requires protoc (`brew install protobuf` or
|
Requires protoc and sqlite3. Rebuilding the manpage
|
||||||
`apt-get install libprotobuf-dev` and `protobuf-compiler`),
|
uses md2man (`gem install md2man`).
|
||||||
`md2man` (`gem install md2man`), and sqlite3 (`apt-get install libsqlite3-dev`).
|
|
||||||
To build:
|
MacOS:
|
||||||
|
|
||||||
|
brew install protobuf
|
||||||
|
brew install sqlite
|
||||||
|
|
||||||
|
Linux:
|
||||||
|
|
||||||
|
sudo apt-get install libprotobuf-dev
|
||||||
|
sudo apt-get install protobuf-compiler
|
||||||
|
sudo apt-get install libsqlite3-dev
|
||||||
|
|
||||||
|
Then build:
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -184,4 +195,4 @@ Check out [some examples of maps made with tippecanoe](MADE_WITH.md)
|
|||||||
Name
|
Name
|
||||||
----
|
----
|
||||||
|
|
||||||
The name is [a joking reference](http://en.wikipedia.org/wiki/Tippecanoe_and_Tyler_Too) to making tiles.
|
The name is [a joking reference](http://en.wikipedia.org/wiki/Tippecanoe_and_Tyler_Too) to a "tiler" for making map tiles.
|
||||||
|
@ -187,10 +187,29 @@ If a tile is larger than 500K, it will try encoding that tile at progressively
|
|||||||
lower resolutions before failing if it still doesn't fit.
|
lower resolutions before failing if it still doesn't fit.
|
||||||
.SH Development
|
.SH Development
|
||||||
.PP
|
.PP
|
||||||
Requires protoc (\fB\fCbrew install protobuf\fR or
|
Requires protoc and sqlite3. Rebuilding the manpage
|
||||||
\fB\fCapt\-get install libprotobuf\-dev\fR and \fB\fCprotobuf\-compiler\fR),
|
uses md2man (\fB\fCgem install md2man\fR).
|
||||||
\fB\fCmd2man\fR (\fB\fCgem install md2man\fR), and sqlite3 (\fB\fCapt\-get install libsqlite3\-dev\fR).
|
.PP
|
||||||
To build:
|
MacOS:
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.nf
|
||||||
|
brew install protobuf
|
||||||
|
brew install sqlite
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
Linux:
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.nf
|
||||||
|
sudo apt\-get install libprotobuf\-dev
|
||||||
|
sudo apt\-get install protobuf\-compiler
|
||||||
|
sudo apt\-get install libsqlite3\-dev
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
Then build:
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
.nf
|
.nf
|
||||||
@ -212,4 +231,4 @@ Check out some examples of maps made with tippecanoe
|
|||||||
.SH Name
|
.SH Name
|
||||||
.PP
|
.PP
|
||||||
The name is a joking reference
|
The name is a joking reference
|
||||||
\[la]http://en.wikipedia.org/wiki/Tippecanoe_and_Tyler_Too\[ra] to making tiles.
|
\[la]http://en.wikipedia.org/wiki/Tippecanoe_and_Tyler_Too\[ra] to a "tiler" for making map tiles.
|
||||||
|
Loading…
Reference in New Issue
Block a user