From 5f6a5a4f0011195c0147545149ad54f4adb54757 Mon Sep 17 00:00:00 2001 From: Donovan Jimenez Date: Thu, 19 Dec 2013 12:13:16 -0500 Subject: [PATCH] Updated README.md with note about cgo requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0488f25..8c24a1f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ use "go install" instead. See documentation for "go get" and "go install" for more information. +__PLEASE NOTE__ that this package requires the use of cgo, since it is only a wrapper around iconv - either provided by libiconv or glibc on your system. Attempts to build without cgo enabled will fail. + # Usage To use the package, you'll need the appropriate import statement: