Skip to content
Snippets Groups Projects
Commit 73547bce authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: Note that libxml-dev and libpq-dev are needed for carton/cpanm build

parent f04d42fc
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,10 @@ Dependencies ...@@ -24,7 +24,10 @@ Dependencies
* UUID::Tiny * UUID::Tiny
* JSON * JSON
You can use carton or cpanminus to install dependencies locally. Run either If perl modules are not packaged for your distribution, you can use carton or
cpanminus to install them locally. In this case, you need to have development
headers for libxml and libpq (postgresql) on your system. In the project root
directory (where `cpanfile` resides), run either
``` ```
carton install carton install
...@@ -36,8 +39,8 @@ or ...@@ -36,8 +39,8 @@ or
cpanm --installdeps . cpanm --installdeps .
``` ```
and then set `PERL5LIB` before executing any travelynx commands. You may and then set `PERL5LIB` before executing any travelynx commands or wrap them
also be able to use `carton exec` to do this for you, though this is untested. with `carton exec`, e.g. `carton exec hypnotoad index.pl`
Recommended Recommended
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment