We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769665b commit 1f20bc1Copy full SHA for 1f20bc1
README.md
@@ -78,7 +78,7 @@ $ cd ..
78
$ git clone https://github.com/unispeech/unimrcp.git
79
$ cd unimrcp
80
$ ./bootstrap
81
-$ ./configure
+$ ./configure --with-sofia-sip=/usr
82
$ make
83
$ sudo make install
84
$ cd ..
@@ -89,7 +89,7 @@ $ cd ..
89
```
90
$ git clone https://github.com/freeswitch/mod_unimrcp.git
91
$ cd mod_unimrcp
92
-$ export PKG_CONFIG_PATH=/usr/local/freeswitch/libs/pkgconfig:/usr/local/unimrcp/libs/pkgconfig
+$ export PKG_CONFIG_PATH=/usr/local/freeswitch/lib/pkgconfig:/usr/local/unimrcp/lib/pkgconfig
93
$ ./bootstrap.sh
94
$ ./configure
95
0 commit comments