diff options
| author | Xinhui | 2017-06-16 17:58:08 +0200 |
|---|---|---|
| committer | Xinhui | 2017-06-16 17:58:08 +0200 |
| commit | 641b1458236d2718a76ffaf0c04a5998623276bf (patch) | |
| tree | db738af25bcdd7b3b400a0f8db5e6350ef373c51 /INSTALL.md | |
| parent | 6886441ce86bcd720b27cdd089567def5b9d771a (diff) | |
| parent | 9ef3d205aa091d509455b3607d5ecc74431c6196 (diff) | |
| download | chouette-core-641b1458236d2718a76ffaf0c04a5998623276bf.tar.bz2 | |
Merge branch 'master' into staging
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 14 |
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 |
