On OpenBSD telegram
should be linked with '-lcurses'
This commit is contained in:
parent
0783d30362
commit
6a44fe7dea
@ -78,7 +78,7 @@ Install these packages (or *ports*):
|
|||||||
|
|
||||||
Then build:
|
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
|
$ make
|
||||||
|
|
||||||
#### Other UNIX
|
#### Other UNIX
|
||||||
|
Loading…
Reference in New Issue
Block a user