Skip to content

Commit 1f20bc1

Browse files
authored
Update README.md
Fix some details
1 parent 769665b commit 1f20bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ cd ..
7878
$ git clone https://github.com/unispeech/unimrcp.git
7979
$ cd unimrcp
8080
$ ./bootstrap
81-
$ ./configure
81+
$ ./configure --with-sofia-sip=/usr
8282
$ make
8383
$ sudo make install
8484
$ cd ..
@@ -89,7 +89,7 @@ $ cd ..
8989
```
9090
$ git clone https://github.com/freeswitch/mod_unimrcp.git
9191
$ cd mod_unimrcp
92-
$ export PKG_CONFIG_PATH=/usr/local/freeswitch/libs/pkgconfig:/usr/local/unimrcp/libs/pkgconfig
92+
$ export PKG_CONFIG_PATH=/usr/local/freeswitch/lib/pkgconfig:/usr/local/unimrcp/lib/pkgconfig
9393
$ ./bootstrap.sh
9494
$ ./configure
9595
$ make

0 commit comments

Comments
 (0)