在安装libnice的ubuntu 18.04 lts中设置janus问题

时间:2020-07-29 11:57:35

标签: ubuntu-18.04 janus

我正在按照本教程在计算机上设置janus 在第2步

install_libnice.sh

beforeEach

并执行此命令

  beforeEach(() => {
    fixture = TestBed.createComponent(BasicInfoComponent);
    component = fixture.componentInstance;
    // The component expect an input called `form`. You have to supply it in the test
    component.form = new FormGroup({
      x: new FormControl('', Validators.required),
      y: new FormControl('', Validators.required),
      z: new FormControl('', Validators.required),
    });
    fixture.detectChanges();
  });

给予

#!/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

如何在ubuntu中解决此问题?

1 个答案:

答案 0 :(得分:0)

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

libnice 现在使用介子构建器