-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-cli: Installation steps in readme fail to list libz-dev as a dependency #314
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected
Milestone
Description
Description
The installation instructions are missing the dependency on libz-dev, which makes it hard for people to follow them to install Ogma, especially if they are not familiar with Haskell, where it is a common requirement.
Type
- Bug: Installation instructions are missing step.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
Installing Ogma in a new machine leads to an error message on a fresh Ubuntu due to libz-dev not being available by default.
Expected result
The installation instructions in the README include all steps necessary to use Ogma.
Desired result
The installation instructions in the README include all steps necessary to use Ogma.
Proposed solution
Modify the installation instructions for linux to include libz-dev.
Further notes
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected