Skip to content

Commit

Permalink
for more prebuilts. Ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
roger authored and roger committed Aug 5, 2015
1 parent 865473f commit cb17f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
],
'link_settings': {
'libraries': [
'-lsaxon'
],
'ldflags': [
'-L$(SAXON_HOME)'
Expand Down

0 comments on commit cb17f22

Please sign in to comment.