You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ Node-libxml has been thought differently than [libxmljs](https://github.com/libx
28
28
- You want to validate against DTD / schema on multiple documents with just ONE dtd/schema loaded in memory (libxmljs loads it on each validation request), so it's clearly by far fastest!
29
29
30
30
31
-
32
31
## Install
33
32
34
33
```bash
@@ -158,3 +157,13 @@ A function of libxml to free all the memory taken by libxml2
158
157
`TAKE nothing & RETURN nothin`
159
158
free all memory in all instance in all fork using by libxml.
160
159
160
+
161
+
## Contribute
162
+
163
+
### Install
164
+
-`npm i`
165
+
- then move the build-tmp-napi-*{anyversionyougot} as -> `mv build-tmp-napi-v7 build`__(for the moment I did not found how to build directly to buiuld forlder with pre-gyp for n-api)__
166
+
-`npm test` should pass 😎
167
+
168
+
## Important notes
169
+
Travis & appveyor cannot be used anymore with n-api because auto-publish from node-pre-gyp-github not working anymore + we have now n release for one node version
0 commit comments