diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-03-11 14:40:16 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-03-11 14:40:16 +0200 |
commit | 3b4f08b0606a2084a40062e39c23653e3e66266b (patch) | |
tree | 10b1b5480e3db413987cfa14ed7b4f493705622a /README.md | |
parent | 71ccb7b0138d62984bb03700319bcc988157f1ed (diff) | |
download | qtlocation-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |