aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRobert2017-06-01 17:36:15 +0200
committerRobert2017-06-01 17:36:15 +0200
commit4e791b7c834c65ee968580e0e0281eb97a7c89eb (patch)
treee5b0e4abf43b262cfb78032a69e9f43ffd641f8d /INSTALL.md
parent81da8717b726e98d40e3ebf5a2a56d3a9703d8c6 (diff)
downloadchouette-core-4e791b7c834c65ee968580e0e0281eb97a7c89eb.tar.bz2
INSTALL.md updated for potentially needed libproj4-dev package
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 a9ec7969d..ea6fbd6ab 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.
@@ -41,6 +41,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