diff options
| author | Robert | 2017-06-01 17:36:15 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-01 17:36:15 +0200 | 
| commit | 4e791b7c834c65ee968580e0e0281eb97a7c89eb (patch) | |
| tree | e5b0e4abf43b262cfb78032a69e9f43ffd641f8d /INSTALL.md | |
| parent | 81da8717b726e98d40e3ebf5a2a56d3a9703d8c6 (diff) | |
| download | chouette-core-4e791b7c834c65ee968580e0e0281eb97a7c89eb.tar.bz2 | |
INSTALL.md updated for potentially needed libproj4-dev package
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 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 | 
