From b528dc4b9920be8d01e78ee614b29f32316291dd Mon Sep 17 00:00:00 2001 From: Guan Qing Date: Sun, 20 Jul 2014 08:37:04 +0800 Subject: [PATCH] Update README.md to warn that no supports for windows yet --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1128b22..1b5b852 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ __GeoIP binding for nodejs__ Get geolocation information based on domain or IP address. -**Pure javascript implementation** +**Limitations** -If you are looking for a pure javascript implementation, the [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your choice. +Since this module required to compile geoip c library during the installtion, due to the difficulty that compile this c library on windows, currenlty, __this module can not be used on windows, yet.__ + +I recommend that choosing a pure javascript implementation instead, [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your best candicate. ###Technical Architecture