sip-lab 1.12.29 → 1.12.30
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/README.md
CHANGED
|
@@ -32,7 +32,7 @@ This might fail if you don't have the required tools and libraries.
|
|
|
32
32
|
|
|
33
33
|
If this happens try installing them by doing:
|
|
34
34
|
```
|
|
35
|
-
apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev
|
|
35
|
+
apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev cmake
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
To test from within this repo you will need to download and build dependencies. Do:
|
|
@@ -42,12 +42,13 @@ To test from within this repo you will need to download and build dependencies.
|
|
|
42
42
|
|
|
43
43
|
Then build the node addon by doing:
|
|
44
44
|
```
|
|
45
|
-
|
|
45
|
+
npx node-gyp configure
|
|
46
|
+
npx node-gyp build
|
|
46
47
|
```
|
|
47
48
|
|
|
48
49
|
And run some sample script from subfolder samples:
|
|
49
50
|
```
|
|
50
|
-
|
|
51
|
+
node samples/simple.js
|
|
51
52
|
```
|
|
52
53
|
|
|
53
54
|
The above script has detailed comments.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|