Created
February 22, 2017 21:56
-
-
Save colinta/28b615e0613624d8a78d23eead9b9786 to your computer and use it in GitHub Desktop.
Trying to link ncurses using SPM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Cncurses [system] { | |
header "/usr/include/ncurses.h" | |
link "ncurses" | |
export * | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let package = Package( | |
name: "Cncurses", | |
pkgConfig: "ncurses" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment