Commit 6b70f490 authored by Li-Wen Hsu's avatar Li-Wen Hsu

Add instructions to build on FreeBSD

parent cdd0d2c4
...@@ -39,6 +39,15 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea ...@@ -39,6 +39,15 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea
Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution. Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution.
#### FreeBSD
Install these ports:
* devel/libconfig
* devel/libexecinfo
$ env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
$ make
#### Other UNIX #### Other UNIX
If you manage to launch it on other UNIX, please let me know. If you manage to launch it on other UNIX, please let me know.
......
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