Add instructions to build on FreeBSD

This commit is contained in:
Li-Wen Hsu 2013-12-19 02:26:29 +08:00
parent cdd0d2c457
commit 6b70f49047

View File

@ -38,6 +38,15 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea
$ ./configure && make
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