Commit 6a44fe7d authored by Dmitrij D. Czarkoff's avatar Dmitrij D. Czarkoff

On OpenBSD `telegram` should be linked with '-lcurses'

parent 0783d303
...@@ -78,7 +78,7 @@ Install these packages (or *ports*): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment