Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
travelynx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
travelynx
Commits
73547bce
Commit
73547bce
authored
5 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-3
6 additions, 3 deletions
README.md
with
6 additions
and
3 deletions
README.md
+
6
−
3
View file @
73547bce
...
@@ -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
---
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment