diff options
author | Jason Wray <jason@kulturny.com> | 2015-10-14 14:36:18 -0400 |
---|---|---|
committer | Jason Wray <jason@kulturny.com> | 2015-10-28 13:20:36 -0400 |
commit | dd56e832b5035a07ae6d1d362ee2560b24ae0681 (patch) | |
tree | 518eeaf21dc7173fd7d2d27f2762363221fc9ef2 /INSTALL.md | |
parent | b9452bcbba627ec9c032b7cc6040594f74c245a0 (diff) | |
download | qtlocation-mapboxgl-dd56e832b5035a07ae6d1d362ee2560b24ae0681.tar.gz |
[docs] update INSTALL.md dependencies [skip ci]
Drops mason-installed packages Boost, zlib, libpng, libuv and glfw.
Adds libtool and automake, which may be needed when mason binaries
are not available.
Drops ImageMagick, which was replaced with pixelmatch in
aaf090b87dbc96f7a09e783833c10d0b88a16d39 &
https://github.com/mapbox/mapbox-gl-test-suite/pull/50
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md index 848c76d2bb..e03d5056ca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,14 +31,10 @@ targets. - Modern C++ compiler that supports `-std=c++14` - clang++ 3.5 or later _or_ - g++-4.9 or later - - [Boost headers](http://boost.org/) - - [`zlib`](http://www.zlib.net/) - - [`libpng`](http://www.libpng.org/pub/png/libpng.html) - - [`libuv 0.10+`](https://github.com/joyent/libuv) - - [`glfw 3.1+`](http://www.glfw.org/) - - `pkg-config` (for build only) - Python 2.x (for build only) - - [Imagemagick](http://www.imagemagick.org/) + - [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only) + - [`libtool`](https://www.gnu.org/software/libtool/) (for build only) + - [`automake`](https://www.gnu.org/software/automake/) (for build only) Depending on your operating system and target, you'll need additional dependencies: |