diff --git a/README.md b/README.md index 8d7cfdb..4a6becc 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ export SAXON_HOME=/home/user/Software/Saxonica/Saxon-HEC0.3.1 ####Prebuilts - linux-x64, darwin-x64 and win32-ia32. More are being made. + linux-x64,linux-ia32, darwin-x64 and win32-ia32. ```bash npm install --fallback-to-build ``` +will first try to find a compatible native prebuilt. If it works you won't need development tools and compilers. ####Building (only if needed; contact me if there is a particular prebuild you would use) If a compatible prebuilt is not found, a number of environment variables are needed. diff --git a/binding.gyp b/binding.gyp index 3fef183..8203d53 100644 --- a/binding.gyp +++ b/binding.gyp @@ -20,7 +20,6 @@ ], 'link_settings': { 'libraries': [ - '-lsaxon' ], 'ldflags': [ '-L$(SAXON_HOME)'