summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-03-11 14:40:16 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-03-11 14:40:16 +0200
commit3b4f08b0606a2084a40062e39c23653e3e66266b (patch)
tree10b1b5480e3db413987cfa14ed7b4f493705622a /README.md
parent71ccb7b0138d62984bb03700319bcc988157f1ed (diff)
downloadqtlocation-mapboxgl-3b4f08b0606a2084a40062e39c23653e3e66266b.tar.gz
Update the docs
libboost-program-options-dev is not automatically installed as a dependency of libboost-dev, which will cause a link error when building on Linux.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05a9d41c0b..c3a6b0efd2 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Finally, install Boost. If you're running Ubuntu 12.04 or older, you need to ins
Otherwise, you can just install
- sudo apt-get install libboost-dev
+ sudo apt-get install libboost-dev libboost-program-options-dev
Once you're done installing the build dependencies, you can get started by running