On OpenBSD telegram
should be linked with '-lcurses'
This commit is contained in:
parent
7db28cf9f4
commit
b0b1e39413
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Install these packages (or *ports*):
|
|||
|
||||
Then build:
|
||||
|
||||
$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure
|
||||
$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" LIBS="-lcurses" ./configure
|
||||
$ make
|
||||
|
||||
#### Other UNIX
|
||||
|
|
Loading…
Add table
Reference in a new issue