mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #23] Build failing on Debian #19
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lamg on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/23
Problem
On LMDE 4, building in release mode fails with
Solution
Installing
libssl-devpackage fixes the error. Probably adding some documentation about it would be enough.Notes
After continuing with the build also needed to install
libgtk-3-dev,libcairo2-dev@jpochyla commented on GitHub (Jan 22, 2021):
Thank you! <3 I've mentioned the packages in the README:
f385390.