Skip to content

Instantly share code, notes, and snippets.

@colinta
Created February 22, 2017 21:56
Show Gist options
  • Save colinta/28b615e0613624d8a78d23eead9b9786 to your computer and use it in GitHub Desktop.
Save colinta/28b615e0613624d8a78d23eead9b9786 to your computer and use it in GitHub Desktop.
Trying to link ncurses using SPM
module Cncurses [system] {
header "/usr/include/ncurses.h"
link "ncurses"
export *
}
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