aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorXinhui2017-06-16 17:58:08 +0200
committerXinhui2017-06-16 17:58:08 +0200
commit641b1458236d2718a76ffaf0c04a5998623276bf (patch)
treedb738af25bcdd7b3b400a0f8db5e6350ef373c51 /INSTALL.md
parent6886441ce86bcd720b27cdd089567def5b9d771a (diff)
parent9ef3d205aa091d509455b3607d5ecc74431c6196 (diff)
downloadchouette-core-641b1458236d2718a76ffaf0c04a5998623276bf.tar.bz2
Merge branch 'master' into staging
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1d5badb79..330230a40 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -19,7 +19,7 @@ Go into your local repro and install the gems
bundle
-### Caveats
+### Installation Caveats
`libv8` might cause you troubles, depending on your local configuration. If you have `libv8` installed (probably because of `node.js`) you might need to tell bundler/Rubygems to use the system version.
@@ -40,6 +40,18 @@ You will get the correct value of `<version>` from bundler's error message.
As documented [here](https://github.com/dryade/georuby-ext/issues/2) we need some more libs before we can start the `rake` setup tasks. On mac/OS the easiest way is just to install `postgis` now with `homebrew` as this will
install all needed libraries.
+Also if on Linux you might discover a problem as late as when launching `rake`.
+In case of a stacktrace similar to this one
+
+```
+$ bundle exec rake --trace -T
+rake aborted!
+LoadError: library names list must not be empty
+```
+
+you need to install `libproj4-dev` on your system.
+
+
### Postgres
#### Create user