Add instructions to build on FreeBSD
This commit is contained in:
parent
cdd0d2c457
commit
6b70f49047
@ -38,6 +38,15 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea
|
|||||||
$ ./configure && make
|
$ ./configure && make
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user