Advertisement
hakonhagland

macos-recompile-simple-c-program-ncurses

Mar 2nd, 2022
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. $ dir=$HOME/lib/ncurses
  2. $ cc -I"$dir"/include -Wl,-rpath,"$dir"/lib -L"$dir"/lib -lncursesw -o tcw tcw.c
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement