On OpenBSD telegram should be linked with '-lcurses'

This commit is contained in:
Dmitrij D. Czarkoff 2014-02-25 16:57:35 +01:00
parent 0783d30362
commit 6a44fe7dea

View File

@ -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