From d9526567dee9259e518c49b1d93e089d977b776f Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 19 Dec 2013 02:37:46 +0800 Subject: [PATCH] Insert newlines and some words for markdown formating --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9620f2b..e82c523 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,12 @@ Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-2829373 #### FreeBSD Install these ports: + * devel/libconfig * devel/libexecinfo +Then build: + $ env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure $ make