summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:08:25 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-30 11:34:14 -0400
commit8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf (patch)
tree75556f63c973d0d4e2680821ecf4fd050b6657bb /README.md
parent152545d33a74a9bd0060fe1b75b307d0636e69ea (diff)
downloadqtlocation-mapboxgl-8f1c2b3bce579a0a7ae3ed38aacfc7feae33ccbf.tar.gz
remove regex/boost regex usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8d55c2ac3f..325a9225a1 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux.
- [`libuv 0.10+`](https://github.com/joyent/libuv)
- [`glfw 3.1+`](http://www.glfw.org/)
- [`libcurl`](http://curl.haxx.se/libcurl/) (depends on OpenSSL; Linux only)
- - `libboost_regex` (Linux only)
- Apple Command Line Tools (for build on OS X; available at [Apple Developer](https://developer.apple.com/downloads))
- `pkg-config` (for build only)
- [Homebrew](http://brew.sh) (for build on OS X)
@@ -85,11 +84,11 @@ Finally, install Boost. If you're running Ubuntu 12.04 or older, you need to ins
sudo add-apt-repository --yes ppa:boost-latest/ppa
sudo apt-get update
- sudo apt-get install libboost1.55-dev libboost-regex1.55-dev
+ sudo apt-get install libboost1.55-dev
Otherwise, you can just install
- sudo apt-get install libboost-dev libboost-regex-dev
+ sudo apt-get install libboost-dev
Once you're done installing the build dependencies, you can get started by running