Skip to content

Commit

Permalink
added package manager info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomy10 committed Jan 5, 2024
1 parent 37c4753 commit 70a4f37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ let package = Package(
.systemLibrary(
name: "ncurses",
providers: [
.brew(["ncurses"])
// TODO
.brew(["ncurses"]),
.apt(["libncurses5-dev", "libncursesw5-dev"]),
.yum(["ncurses-devel"])
]),

.target(
Expand Down

0 comments on commit 70a4f37

Please sign in to comment.