首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在ubuntu 18.04中设置janus lts在安装libnice时出现问题

在ubuntu 18.04中设置janus lts在安装libnice时出现问题
EN

Stack Overflow用户
提问于 2020-07-29 19:57:36
回答 1查看 405关注 0票数 0

我将按照本教程在我的机器上设置第二步的janus

install_libnice.sh

代码语言:javascript
复制
#!/bin/bash


# install_libnice.sh
git clone https://gitlab.freedesktop.org/libnice/libnice.git
cd libnice
./autogen.sh
./configure --prefix=/usr
make && sudo make install

并执行此命令

代码语言:javascript
复制
bash install_libnice.sh

给予

代码语言:javascript
复制
Cloning into 'libnice'...
warning: redirecting to https://gitlab.freedesktop.org/libnice/libnice.git/
remote: Enumerating objects: 15336, done.
remote: Counting objects: 100% (15336/15336), done.
remote: Compressing objects: 100% (4011/4011), done.
remote: Total 15336 (delta 11795), reused 14714 (delta 11278), pack-reused 0
Receiving objects: 100% (15336/15336), 2.77 MiB | 429.00 KiB/s, done.
Resolving deltas: 100% (11795/11795), done.
install_libnice.sh: line 6: ./autogen.sh: No such file or directory
install_libnice.sh: line 7: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.

如何在ubuntu中解决这个问题?

EN

回答 1

Stack Overflow用户

发布于 2021-01-27 19:31:55

查看:https://gitlab.freedesktop.org/libnice/libnice

libnice use now meson builder

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63153091

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档