From 6b70f49047c1ce232a050bc73b9157c63ca4c251 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 19 Dec 2013 02:26:29 +0800 Subject: [PATCH] Add instructions to build on FreeBSD --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c82dee5..9620f2b 100644 --- a/README.md +++ b/README.md @@ -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