sip-lab 1.34.0 → 1.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DEV.md +1 -1
- package/README.md +4 -0
- package/package.json +1 -1
- package/prebuilds/linux-x64/node.abi102.node +0 -0
- package/prebuilds/linux-x64/node.abi108.node +0 -0
- package/prebuilds/linux-x64/node.abi111.node +0 -0
- package/prebuilds/linux-x64/node.abi115.node +0 -0
- package/prebuilds/linux-x64/node.abi120.node +0 -0
- package/prebuilds/linux-x64/node.abi88.node +0 -0
- package/prebuilds/linux-x64/node.abi93.node +0 -0
package/DEV.md
CHANGED
|
@@ -54,7 +54,7 @@ However the above will build the addon to run on the current OS.
|
|
|
54
54
|
|
|
55
55
|
Instead we will force the build on debian11 (using docker) using prebuildify-cross. So do this instead:
|
|
56
56
|
|
|
57
|
-
Make sure you have the docker image built.
|
|
57
|
+
Make sure you have the docker image built (the image must be rebuilt whenever we update build_deps.sh)
|
|
58
58
|
|
|
59
59
|
cd docker-images/debian11/
|
|
60
60
|
./build_image.sh
|
package/README.md
CHANGED
|
@@ -55,6 +55,10 @@ Notes:
|
|
|
55
55
|
|
|
56
56
|
So basically, if you stick with Debian 11 and any node version from 15 to 21, istallation should be smooth.
|
|
57
57
|
|
|
58
|
+
### Documentation
|
|
59
|
+
|
|
60
|
+
See [Documentation](https://github.com/MayamaTakeshi/sip-lab/blob/master/DOC.md)
|
|
61
|
+
|
|
58
62
|
### Samples
|
|
59
63
|
|
|
60
64
|
See general sample scripts in folder samples.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|